Autogenerated man pages for v1.1.1-g0f76f
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 11 Jan 2006 11:35:46 +0000 (03:35 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 11 Jan 2006 11:35:46 +0000 (03:35 -0800)
man1/git-fetch.1
man1/git-pull.1

index 3d0ed9a..6970633 100755 (executable)
@@ -52,6 +52,10 @@ By default, git\-fetch fetches tags that point at objects that are downloaded fr
 Most of the tags are fetched automatically as branch heads are downloaded, but tags that do not point at objects reachable from the branch heads that are being tracked will not be fetched by this mechanism\&. This flag lets all tags and their associated objects be downloaded\&.
 
 .TP
+\-k, \-\-keep
+Keep downloaded pack\&.
+
+.TP
 \-u, \-\-update\-head\-ok
 By default git\-fetch refuses to update the head which corresponds to the current branch\&. This flag disables the check\&. Note that fetching into the current branch will not update the index and working directory, so use it with care\&.
 
index eb69fea..e32eff5 100755 (executable)
@@ -64,6 +64,10 @@ By default, git\-fetch fetches tags that point at objects that are downloaded fr
 Most of the tags are fetched automatically as branch heads are downloaded, but tags that do not point at objects reachable from the branch heads that are being tracked will not be fetched by this mechanism\&. This flag lets all tags and their associated objects be downloaded\&.
 
 .TP
+\-k, \-\-keep
+Keep downloaded pack\&.
+
+.TP
 \-u, \-\-update\-head\-ok
 By default git\-fetch refuses to update the head which corresponds to the current branch\&. This flag disables the check\&. Note that fetching into the current branch will not update the index and working directory, so use it with care\&.