X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Ffetch-options.txt;h=13f34d3ca28a402d56420f3bf5615837cf529e0a;hb=d3ff6f55012c939740ce0982b24aeb6fba3c6e4f;hp=1fe8423b94739e16f2ad8ec4b07ed45a2e6b964a;hpb=59617ebb746b67921856c00a63f943d43b0abeea;p=git.git diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 1fe8423b..13f34d3c 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/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