summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Jon Loeliger <jdl@jdl.com>2006-03-24 21:27:13 -0600
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-24 22:24:06 -0800
commit6a1640ffc6431d66fa33c8256fd19b5ee0bc1b47 (patch)
tree40ce348070a8b4c9087e86b014f6d2bdd2e41072
parentClarify and expand some hook documentation. (diff)
downloadtgif-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.txt4
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
------------------------