Code

Merge branch 'jp/symlink-dirs'
[git.git] / Documentation / git-fetch-pack.txt
index ff328abd2bce697b103f7313112d0e6394a0ad30..47448da22eeebf51fe5829717df2dc7129a9b17e 100644 (file)
@@ -12,10 +12,10 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Usually you would want to use linkgit:git-fetch[1] which is a
-higher level wrapper of this command instead.
+Usually you would want to use 'git-fetch', which is a
+higher level wrapper of this command, instead.
 
-Invokes 'git-upload-pack' on a potentially remote repository,
+Invokes 'git-upload-pack' on a possibly remote repository
 and asks it to send objects missing from this repository, to
 update the named heads.  The list of commits available locally
 is found out by scanning local $GIT_DIR/refs/ and sent to