diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-03-24 21:21:07 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-24 22:24:02 -0800 |
commit | 6250ad1e7aacbcb9a2a8944e0c664f1e7ec93ef6 (patch) | |
tree | 5c426a1922e25efd00ca9c8186b79973a1a92090 /Documentation/repository-layout.txt | |
parent | 7561d9f54412fcf443ebb28040bad67cd054a986 (diff) | |
download | git-6250ad1e7aacbcb9a2a8944e0c664f1e7ec93ef6.tar.gz |
Clarify and expand some hook documentation.
Clarify update and post-update hooks.
Made a few references to the hooks documentation.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/repository-layout.txt')
-rw-r--r-- | Documentation/repository-layout.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt index 1f19bf86dd..98fbe7db52 100644 --- a/Documentation/repository-layout.txt +++ b/Documentation/repository-layout.txt @@ -89,6 +89,8 @@ hooks:: commands. A handful of sample hooks are installed when `git init-db` is run, but all of them are disabled by default. To enable, they need to be made executable. + Read link:hooks.html[hooks] for more details about + each hook. index:: The current index file for the repository. It is |