update-all-config/update-all-hooks: disable hook a+rx checking
commit82132a3656f4a5dda0bf799839073dd75eb277f3
authorKyle J. McKay <mackyle@gmail.com>
Wed, 29 Apr 2015 13:52:14 +0000 (29 06:52 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 29 Apr 2015 13:52:14 +0000 (29 06:52 -0700)
tree49e5ae092b42ed50d76260a1b343f5fcb8e6c7a0
parented7c8ccada2458fa6986e7aad1dbac115887f8ca
update-all-config/update-all-hooks: disable hook a+rx checking

Old versions of Git may have installed sample hooks without the
".sample" extension that are not-executable instead to mark them
as being "samples".  We would try to make those a+rx which is
undesirable.

Disable the a+rx hooks checking code for now.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/update-all-config.sh
toolbox/update-all-hooks.sh