]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git.txt
Documentaion updates.
[thirdparty/git.git] / Documentation / git.txt
index befe3e52cd8e0bfa5cbcd10005f42b816006af1e..dba90358cd3c1836a14b0c1324ce7f84dd3309fd 100644 (file)
@@ -19,11 +19,14 @@ This is reference information for the core git commands.
 Before reading this cover to cover, you may want to take a look
 at the link:tutorial.html[tutorial] document.
 
-The Discussion section below contains much useful definition and
+The <<Discussion>> section below contains much useful definition and
 clarification info - read that first.  And of the commands, I suggest
 reading link:git-update-cache.html[git-update-cache] and
 link:git-read-tree.html[git-read-tree] first - I wish I had!
 
+If you are migrating from CVS, link:cvs-migration.html[cvs migration]
+document may be helpful after you finish the tutorial.
+
 After you get the general feel from the tutorial and this
 overview page, you may want to take a look at the
 link:howto-index.html[howto] documents.
@@ -483,8 +486,8 @@ git Diffs
        link:git-diff-files.html[git-diff-files];
        link:git-diff-tree.html[git-diff-tree]
 
-Discussion
-----------
+Discussion[[Discussion]]
+------------------------
 include::../README[]
 
 Author