diff options
author | Tom Prince <tom.prince@ualberta.net> | 2006-01-10 18:50:19 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-10 22:10:37 -0800 |
commit | 0f76f52621a6d760127cf2a508e09287766219b6 (patch) | |
tree | 7cfe7e06a479489063942b32e2a92f2147635855 /Documentation/fetch-options.txt | |
parent | cfa6d70bd4a24fd9915880112cf1af41a616579c (diff) | |
download | git-0f76f52621a6d760127cf2a508e09287766219b6.tar.gz git-0f76f52621a6d760127cf2a508e09287766219b6.tar.xz |
Add --keep option to keep downloaded packs to git-fetch.
Signed-off-by: Tom Prince <tom.prince@ualberta.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/fetch-options.txt')
-rw-r--r-- | Documentation/fetch-options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 1fe8423b9..e624d3d0e 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/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 |