diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-25 17:43:22 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-25 17:43:22 -0800 |
commit | 48d6e97afe4dcce3bb01922b768cc4d831923e7f (patch) | |
tree | c5b1e7b23bc6ff1e6b6afc62ee826a46d06adc06 /Documentation/git.txt | |
parent | Merge branch 'jc/name' into next (diff) | |
parent | tar-tree: Use the prefix field of a tar header (diff) | |
download | tgif-48d6e97afe4dcce3bb01922b768cc4d831923e7f.tar.xz |
Merge branch 'rs/tar-tree' into next
* rs/tar-tree:
tar-tree: Use the prefix field of a tar header
tar-tree: Remove obsolete code
tar-tree: Use write_entry() to write the archive contents
tar-tree: Introduce write_entry()
tar-tree: Use SHA1 of root tree for the basedir
git-apply: safety fixes
Removed bogus "<snap>" identifier.
Clarify and expand some hook documentation.
commit-tree: check return value from write_sha1_file()
send-email: Identify author at the top when sending e-mail
Format tweaks for asciidoc.
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index de3934d098..fe34f50dc5 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -521,16 +521,14 @@ HEAD:: a valid head 'name' (i.e. the contents of `$GIT_DIR/refs/heads/<head>`). -<snap>:: - a valid snapshot 'name' - (i.e. the contents of `$GIT_DIR/refs/snap/<snap>`). - 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`. |