Autogenerated man pages for v1.1.4-g9264
[git.git] / man1 / git-pull.1
index 989b34d..5c7e6bc 100755 (executable)
@@ -52,6 +52,10 @@ Use the given merge strategy; can be supplied more than once to specify them in
 Append ref names and object names of fetched refs to the existing contents of \&.git/FETCH_HEAD\&. Without this option old data in \&.git/FETCH_HEAD will be overwritten\&.
 
 .TP
+\-\-upload\-pack <upload\-pack>, \-u <upload\-pack>, 
+When given, and the repository to fetch from is handled by git\-fetch\-pack, \-\-exec=<upload\-pack> is passed to the command to specify non\-default path for the command run on the other end\&.
+
+.TP
 \-f, \-\-force
 When git\-fetch is used with <rbranch>:<lbranch> refspec, it refuses to update the local branch <lbranch> unless the remote branch <rbranch> it fetches is a descendant of <lbranch>\&. This option overrides that check\&.