Code

Documentation/user-manual.txt: fix a few omissions of gitlink commands.
authorDavid Kastrup <dak@gnu.org>
Wed, 8 Aug 2007 15:34:28 +0000 (17:34 +0200)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 26 Aug 2007 14:35:17 +0000 (10:35 -0400)
Signed-off-by: David Kastrup <dak@gnu.org>
Documentation/user-manual.txt

index 1c3f0e65f1bfecc7b23c0765f7341b1c6572ca91..2e8c050bb126f8efaf292c111a233dd75a5ef814 100644 (file)
@@ -1728,11 +1728,12 @@ taken from the message containing each patch.
 Public git repositories
 -----------------------
 
-Another way to submit changes to a project is to tell the maintainer of
-that project to pull the changes from your repository using git-pull[1].
-In the section "<<getting-updates-with-git-pull, Getting updates with
-git pull>>" we described this as a way to get updates from the "main"
-repository, but it works just as well in the other direction.
+Another way to submit changes to a project is to tell the maintainer
+of that project to pull the changes from your repository using
+gitlink:git-pull[1].  In the section "<<getting-updates-with-git-pull,
+Getting updates with git pull>>" we described this as a way to get
+updates from the "main" repository, but it works just as well in the
+other direction.
 
 If you and the maintainer both have accounts on the same machine, then
 you can just pull changes from each other's repositories directly;
@@ -1989,7 +1990,8 @@ $ cd work
 Linus's tree will be stored in the remote branch named origin/master,
 and can be updated using gitlink:git-fetch[1]; you can track other
 public trees using gitlink:git-remote[1] to set up a "remote" and
-git-fetch[1] to keep them up-to-date; see <<repositories-and-branches>>.
+gitlink:git-fetch[1] to keep them up-to-date; see
+<<repositories-and-branches>>.
 
 Now create the branches in which you are going to work; these start out
 at the current tip of origin/master branch, and should be set up (using