summaryrefslogtreecommitdiff
path: root/contrib/hooks/pre-auto-gc-battery
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2013-11-25 20:55:30 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-25 23:01:22 (GMT)
commit2e820ba9bc4f565a5cea5d3f055f6c4595734700 (patch)
tree21e3ad3c09f476d9fc98105e0882c6a47e7679d9 /contrib/hooks/pre-auto-gc-battery
parent2179b6727efb5493f9871f8903883d6359486208 (diff)
downloadgit-2e820ba9bc4f565a5cea5d3f055f6c4595734700.zip
git-2e820ba9bc4f565a5cea5d3f055f6c4595734700.tar.gz
git-2e820ba9bc4f565a5cea5d3f055f6c4595734700.tar.bz2
mark contributed hooks executable
The docs in contrib/hooks/pre-auto-gc-battery suggest: For example, if the hook is stored in /usr/share/git-core/contrib/hooks/pre-auto-gc-battery: chmod a+x pre-auto-gc-battery cd /path/to/your/repository.git ln -sf /usr/share/git-core/contrib/hooks/pre-auto-gc-battery \ hooks/pre-auto-gc Unfortunately on multi-user systems most users do not have write access to /usr. Better to mark the sample hooks executable in the first place so users do not have to tweak their permissions to use them by symlinking into .git/hooks/. Reported-by: Olivier Berger <olivier.berger@it-sudparis.eu> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/hooks/pre-auto-gc-battery')
-rwxr-xr-x[-rw-r--r--]contrib/hooks/pre-auto-gc-battery1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/hooks/pre-auto-gc-battery b/contrib/hooks/pre-auto-gc-battery
index 1f914c9..9d0c2d1 100644..100755
--- a/contrib/hooks/pre-auto-gc-battery
+++ b/contrib/hooks/pre-auto-gc-battery
@@ -13,7 +13,6 @@
# For example, if the hook is stored in
# /usr/share/git-core/contrib/hooks/pre-auto-gc-battery:
#
-# chmod a+x pre-auto-gc-battery
# cd /path/to/your/repository.git
# ln -sf /usr/share/git-core/contrib/hooks/pre-auto-gc-battery \
# hooks/pre-auto-gc