summaryrefslogtreecommitdiff
path: root/Documentation/glossary-content.txt
diff options
context:
space:
mode:
authorMarkus Heidelberg <markus.heidelberg@web.de>2008-12-17 02:59:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-12-17 08:57:33 (GMT)
commitd1983677f75469d177b0b948f0b66ad3471a26a2 (patch)
tree8907aa7fbb5416cdd58a4566d2a3eb1d9d9ebaab /Documentation/glossary-content.txt
parent4fce51cf415909be84e3a1449900e3fdea775b76 (diff)
downloadgit-d1983677f75469d177b0b948f0b66ad3471a26a2.zip
git-d1983677f75469d177b0b948f0b66ad3471a26a2.tar.gz
git-d1983677f75469d177b0b948f0b66ad3471a26a2.tar.bz2
Documentation: fix description for enabling hooks
Since f98f8cb (Ship sample hooks with .sample suffix, 2008-06-24) hooks are not enabled by making them executable anymore, but by removing the '.sample' suffix from the filename. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/glossary-content.txt')
-rw-r--r--Documentation/glossary-content.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt
index 9b4a4f4..9afca75 100644
--- a/Documentation/glossary-content.txt
+++ b/Documentation/glossary-content.txt
@@ -183,7 +183,8 @@ to point at the new commit.
and potentially aborted, and allow for a post-notification after the
operation is done. The hook scripts are found in the
`$GIT_DIR/hooks/` directory, and are enabled by simply
- making them executable.
+ removing the `.sample` suffix from the filename. In earlier versions
+ of git you had to make them executable.
[[def_index]]index::
A collection of files with stat information, whose contents are stored