From: Junio C Hamano Date: Wed, 25 Oct 2006 18:33:08 +0000 (-0700) Subject: Refer to git-rev-parse:Specifying Revisions from git.txt X-Git-Tag: v1.4.3.3~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d47107d8104167dfe65c1743e81fa670b33f7870;p=git.git Refer to git-rev-parse:Specifying Revisions from git.txt The brief list given in "Symbolic Identifiers" section of the main documentation is good enough for overview, but help the reader to find a more comrehensive list as needed. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index 3af6fc63e..b00607ee1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -562,6 +562,9 @@ HEAD:: a valid head 'name' (i.e. the contents of `$GIT_DIR/refs/heads/`). +For a more complete list of ways to spell object names, see +"SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1]. + File/Directory Structure ------------------------