summaryrefslogtreecommitdiff
path: root/Documentation/gitcore-tutorial.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-15 12:07:01 -0700
committerJunio C Hamano <gitster@pobox.com>2010-07-15 12:07:01 -0700
commitcb597adb5cb989540ebd77afc9507cd24d6c70bd (patch)
tree419c2a4d58ee81efb1f6518814160ca4fb0ffa40 /Documentation/gitcore-tutorial.txt
parentbff6e86b3d01febaa2d73ff4e890f091999e9e28 (diff)
parentf028cdae6663166ebfd777e73aacce1f5e7159d6 (diff)
downloadgit-cb597adb5cb989540ebd77afc9507cd24d6c70bd.tar.xz
Merge branch 'mg/revision-doc'
* mg/revision-doc: Documentation: link to gitrevisions rather than git-rev-parse Documentation: gitrevisions Documentation: split off rev doc into include file
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r--Documentation/gitcore-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt
index f7815e96a2..ed3ddc92cb 100644
--- a/Documentation/gitcore-tutorial.txt
+++ b/Documentation/gitcore-tutorial.txt
@@ -971,7 +971,7 @@ commits from the master branch. The string inside brackets
before the commit log message is a short name you can use to
name the commit. In the above example, 'master' and 'mybranch'
are branch heads. 'master^' is the first parent of 'master'
-branch head. Please see linkgit:git-rev-parse[1] if you want to
+branch head. Please see linkgit:gitrevisions[1] if you want to
see more complex cases.
[NOTE]