summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2d4eb7)
raw | patch | inline | side by side (parent: c2d4eb7)
author | Theodore Ts'o <tytso@mit.edu> | |
Mon, 5 Mar 2007 19:46:05 +0000 (14:46 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 6 Mar 2007 05:21:09 +0000 (21:21 -0800) |
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index c0fa0d4b17c3b430e18bbe7adce2147ff22344ca..e514588bd3478b00dbe24de590781948f3da82c6 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
operate on a <tree> object but automatically dereferences
<commit> and <tag> objects that point at a <tree>.
+<commit-ish>::
+ Indicates a commit or tag object name. A
+ command that takes a <commit-ish> argument ultimately wants to
+ operate on a <commit> object but automatically dereferences
+ <tag> objects that point at a <commit>.
+
<type>::
Indicates that an object type is required.
Currently one of: `blob`, `tree`, `commit`, or `tag`.