summaryrefslogtreecommitdiffstats
path: root/gitrepository-layout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-12-17 19:48:40 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-12-17 19:48:40 +0000
commit116db35f5c6c689cd968e8142ae199061bd3712b (patch)
tree6bbef6e10a6c6d368be09b670a45a1192b7eca74 /gitrepository-layout.txt
parent92d312a8003c0d8f2b08ad3021521ba36f1e7140 (diff)
downloadgit-htmldocs-116db35f5c6c689cd968e8142ae199061bd3712b.tar.gz
Autogenerated HTML docs for v1.6.1-rc3-10-g53682
Diffstat (limited to 'gitrepository-layout.txt')
-rw-r--r--gitrepository-layout.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/gitrepository-layout.txt b/gitrepository-layout.txt
index a969b3fbc..1befca98d 100644
--- a/gitrepository-layout.txt
+++ b/gitrepository-layout.txt
@@ -134,7 +134,8 @@ hooks::
Hooks are customization scripts used by various git
commands. A handful of sample hooks are installed when
'git-init' is run, but all of them are disabled by
- default. To enable, they need to be made executable.
+ default. To enable, the `.sample` suffix has to be
+ removed from the filename by renaming.
Read linkgit:githooks[5] for more details about
each hook.