From: Junio C Hamano Date: Wed, 11 Jan 2006 11:35:32 +0000 (-0800) Subject: Autogenerated HTML docs for v1.1.1-g0f76f X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=b6bdc7472264c8160520e42abaf9da8b4b44e1c2;p=git.git Autogenerated HTML docs for v1.1.1-g0f76f --- diff --git a/fetch-options.txt b/fetch-options.txt index 1fe8423b..e624d3d0 100644 --- a/fetch-options.txt +++ b/fetch-options.txt @@ -24,6 +24,9 @@ flag lets all tags and their associated objects be downloaded. +-k, \--keep:: + Keep downloaded pack. + -u, \--update-head-ok:: By default `git-fetch` refuses to update the head which corresponds to the current branch. This flag disables the diff --git a/git-fetch.html b/git-fetch.html index bd071448..0a6ef975 100644 --- a/git-fetch.html +++ b/git-fetch.html @@ -332,6 +332,14 @@ operation done by "git merge".

+-k, --keep +
+
+

+ Keep downloaded pack. +

+
+
-u, --update-head-ok
@@ -591,7 +599,7 @@ Junio C Hamano <junkio@cox.net>

diff --git a/git-pull.html b/git-pull.html index 0f1ba043..fd8b6e8f 100644 --- a/git-pull.html +++ b/git-pull.html @@ -362,6 +362,14 @@ when merging local branches into the current branch.

+-k, --keep +
+
+

+ Keep downloaded pack. +

+
+
-u, --update-head-ok
@@ -779,7 +787,7 @@ Junio C Hamano and the git-list <git@vger.kernel.org>.