From b6bdc7472264c8160520e42abaf9da8b4b44e1c2 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 11 Jan 2006 03:35:32 -0800
Subject: [PATCH] Autogenerated HTML docs for v1.1.1-g0f76f
---
fetch-options.txt | 3 +++
git-fetch.html | 10 +++++++++-
git-pull.html | 10 +++++++++-
3 files changed, 21 insertions(+), 2 deletions(-)
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>