From: Theodore Ts'o Date: Mon, 5 Mar 2007 19:46:05 +0000 (-0500) Subject: Add definition of to the main git man page. X-Git-Tag: v1.5.0.4~20 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=043d76050d3136b8684b5a3938e8bc0c1f8483fd;p=git.git Add definition of to the main git man page. Signed-off-by: "Theodore Ts'o" Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index c0fa0d4b1..e514588bd 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -231,6 +231,12 @@ Identifier Terminology operate on a object but automatically dereferences and objects that point at a . +:: + Indicates a commit or tag object name. A + command that takes a argument ultimately wants to + operate on a object but automatically dereferences + objects that point at a . + :: Indicates that an object type is required. Currently one of: `blob`, `tree`, `commit`, or `tag`.