diff options
author | 2006-03-24 21:27:13 -0600 | |
---|---|---|
committer | 2006-03-24 22:24:06 -0800 | |
commit | 6a1640ffc6431d66fa33c8256fd19b5ee0bc1b47 (patch) | |
tree | 40ce348070a8b4c9087e86b014f6d2bdd2e41072 | |
parent | Clarify and expand some hook documentation. (diff) | |
download | tgif-6a1640ffc6431d66fa33c8256fd19b5ee0bc1b47.tar.xz |
Removed bogus "<snap>" identifier.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 0c424ff851..fe34f50dc5 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -521,10 +521,6 @@ 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 ------------------------ |