diff options
author | Jon Loeliger <jdl@jdl.com> | 2006-03-24 21:27:13 -0600 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-24 22:24:06 -0800 |
commit | 6a1640ffc6431d66fa33c8256fd19b5ee0bc1b47 (patch) | |
tree | 40ce348070a8b4c9087e86b014f6d2bdd2e41072 /Documentation | |
parent | 6250ad1e7aacbcb9a2a8944e0c664f1e7ec93ef6 (diff) | |
download | git-6a1640ffc6431d66fa33c8256fd19b5ee0bc1b47.tar.gz |
Removed bogus "<snap>" identifier.
Signed-off-by: Jon Loeliger <jdl@jdl.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-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 ------------------------ |