diff options
author | Junio C Hamano <junkio@cox.net> | 2006-10-25 11:33:08 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-10-25 11:33:08 -0700 |
commit | d47107d8104167dfe65c1743e81fa670b33f7870 (patch) | |
tree | af0a636b09ee48f7e2deaf352f9712d2d8a1c4c7 /Documentation | |
parent | ddaf73141c03aeaab5e8cf5fadaf8b7ebad7955b (diff) | |
download | git-d47107d8104167dfe65c1743e81fa670b33f7870.tar.gz git-d47107d8104167dfe65c1743e81fa670b33f7870.tar.xz |
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 <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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/<head>`). +For a more complete list of ways to spell object names, see +"SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1]. + File/Directory Structure ------------------------ |