X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=fetch-options.txt;h=13f34d3ca28a402d56420f3bf5615837cf529e0a;hb=c8d88c2181b2e1675c5057ec9446be2f6f7529b3;hp=1fe8423b94739e16f2ad8ec4b07ed45a2e6b964a;hpb=4d04a4022e7f9f3ada3a64e2010ce65e1fcc5c64;p=git.git diff --git a/fetch-options.txt b/fetch-options.txt index 1fe8423b..13f34d3c 100644 --- a/fetch-options.txt +++ b/fetch-options.txt @@ -3,6 +3,12 @@ existing contents of `.git/FETCH_HEAD`. Without this option old data in `.git/FETCH_HEAD` will be overwritten. +\--upload-pack :: + When given, and the repository to fetch from is handled + by 'git-fetch-pack', '--exec=' is passed to + the command to specify non-default path for the command + run on the other end. + -f, \--force:: When `git-fetch` is used with `:` refspec, it refuses to update the local branch @@ -24,6 +30,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