X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Ffetch-options.txt;h=a25d04a4fa2e6449d4e5ec1beddf305385ae8571;hb=2c4ed386e8861e730037abe4f4d9e032c5c46242;hp=12d12b27e8ceb64772d41b1074e65495401f5cd6;hpb=93d69d86912c44206543f6670e93f9fc6f2f859f;p=git.git diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 12d12b27..a25d04a4 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -6,6 +6,11 @@ -f, \--force:: -t, \--tags:: + By default, the git core utilities will not fetch and store + tags under the same name as the remote repository; ask it + to do so using `--tags`. Using this option will bound the + list of objects pulled to the remote tags. Commits in branches + beyond the tags will be ignored. -u, \--update-head-ok:: By default `git-fetch` refuses to update the head which