X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Ffetch-options.txt;fp=Documentation%2Ffetch-options.txt;h=695696da1b6e78639014388e1d4ac8bf09a0e12d;hb=4bb4d30095fbc3b1689cc656e71f6a51e43fbd69;hp=99e72d912488a73fffc816b2a006c453ab8b0e02;hpb=1c1f3537c0283c92abbca9155813ed62b05cb481;p=git.git diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 99e72d912..695696da1 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -36,7 +36,7 @@ ifndef::git-pull[] -p:: --prune:: - After fetching, remove any remote tracking branches which + After fetching, remove any remote-tracking branches which no longer exist on the remote. endif::git-pull[] @@ -49,8 +49,11 @@ ifndef::git-pull[] endif::git-pull[] By default, tags that point at objects that are downloaded from the remote repository are fetched and stored locally. - This option disables this automatic tag following. + This option disables this automatic tag following. The default + behavior for a remote may be specified with the remote..tagopt + setting. See linkgit:git-config[1]. +ifndef::git-pull[] -t:: --tags:: Most of the tags are fetched automatically as branch @@ -58,7 +61,10 @@ endif::git-pull[] objects reachable from the branch heads that are being tracked will not be fetched by this mechanism. This flag lets all tags and their associated objects be - downloaded. + downloaded. The default behavior for a remote may be + specified with the remote..tagopt setting. See + linkgit:git-config[1]. +endif::git-pull[] --[no-]recurse-submodules:: This option controls if new commits of all populated submodules should