summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ddaf731)
raw | patch | inline | side by side (parent: ddaf731)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Oct 2006 18:33:08 +0000 (11:33 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 25 Oct 2006 18:33:08 +0000 (11:33 -0700) |
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>
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>
Documentation/git.txt | patch | blob | history |
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 3af6fc63e2b5fa4d21e54a76a2a18bf7c47ab1c2..b00607ee1b836e2cdcb033e55ca18214d91cb3b9 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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
------------------------