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 3d0ed9af621a7f25ce69a2f97eed39cce6dd0b65..69706331e2aaa829499034ed19146d22ace8626d 100755 (executable)
@@ -51,6 +51,10 @@ By default, git\-fetch fetches tags that point at objects that are downloaded fr
 \-t, \-\-tags
 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 eb69fea223a6a7033f34a1d2340f758780024349..e32eff5888c80524475cda8711fea93e53c77a34 100755 (executable)
@@ -63,6 +63,10 @@ By default, git\-fetch fetches tags that point at objects that are downloaded fr
 \-t, \-\-tags
 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\&.