9ece4a5057
There are plenty of legitimate scripts in the tree that begin with a `#!`, but also a few that seem to be marked executable by mistake. Found them with this command -- it gets executable files known to Git, filters to the ones that don't start with a `#!`, and then unmarks them as executable: $ git ls-files --stage \ | perl -lane 'print $F[3] if (!/^100644/)' \ | while read f; do head -c2 "$f" | grep -qxF '#!' \ || chmod a-x "$f"; \ done Looking at the list by hand confirms that we didn't sweep up any files that should have the executable bit after all. In particular * The `.psd` files are images from Photoshop. * The `.bat` files sure look like things that can be run. But we have lots of other `.bat` files, and they don't have this bit set, so it must not be needed for them. Automerge-Triggered-By: @benjaminp |
||
---|---|---|
.. | ||
2019-04-02-19-23-00.bpo-36487.Jg6-MG.rst | ||
2019-05-22-04-30-07.bpo-37004.BRgxrt.rst | ||
2019-06-17-09-36-46.bpo-34903.r_wGRc.rst | ||
2019-07-06-00-57-27.bpo-37478.B0ioLw.rst | ||
2019-07-06-02-19-02.bpo-37149.NumHn3.rst | ||
2019-07-06-17-19-26.bpo-37487.QagfZ5.rst | ||
2019-07-06-17-51-36.bpo-37456.lgAQHn.rst | ||
2019-07-12-15-09-56.bpo-37521.7tiFR-.rst | ||
2019-07-13-12-43-01.bpo-30088.CIcBjy.rst | ||
2019-07-13-12-58-20.bpo-37284.rP8WpB.rst | ||
2019-07-16-14-48-12.bpo-37256.qJTrBb.rst | ||
2019-07-25-10-30-32.bpo-32910.caLLAe.rst | ||
2019-07-31-11-40-06.bpo-37726.h-3o9a.rst | ||
2019-08-04-19-20-58.bpo-37759.EHRF4i.rst | ||
README.rst |
README.rst
Put news entry `blurb`_ files for the *Documentation* section in this directory. .. _blurb: https://pypi.org/project/blurb/