aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-25 11:33:08 -0700
committerJunio C Hamano <junkio@cox.net>2006-10-25 11:33:08 -0700
commitd47107d8104167dfe65c1743e81fa670b33f7870 (patch)
treeaf0a636b09ee48f7e2deaf352f9712d2d8a1c4c7
parentddaf73141c03aeaab5e8cf5fadaf8b7ebad7955b (diff)
downloadgit-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>
-rw-r--r--Documentation/git.txt3
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
------------------------