From: Junio C Hamano Date: Wed, 11 Jan 2006 11:35:46 +0000 (-0800) Subject: Autogenerated man pages for v1.1.1-g0f76f X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=d44c20a0f61e90636f8cecb23cd2694640a387f3 Autogenerated man pages for v1.1.1-g0f76f --- diff --git a/man1/git-fetch.1 b/man1/git-fetch.1 index 3d0ed9af..69706331 100755 --- a/man1/git-fetch.1 +++ b/man1/git-fetch.1 @@ -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\&. diff --git a/man1/git-pull.1 b/man1/git-pull.1 index eb69fea2..e32eff58 100755 --- a/man1/git-pull.1 +++ b/man1/git-pull.1 @@ -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\&.