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/git.txt | |
parent | commit-tree: check return value from write_sha1_file() (diff) | |
download | tgif-6250ad1e7aacbcb9a2a8944e0c664f1e7ec93ef6.tar.xz |
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/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index de3934d098..0c424ff851 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -531,6 +531,8 @@ File/Directory Structure Please see link:repository-layout.html[repository layout] document. +Read link:hooks.html[hooks] for more details about each hook. + Higher level SCMs may provide and manage additional information in the `$GIT_DIR`. |