summaryrefslogtreecommitdiffstats
path: root/fetch-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-01 18:43:07 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-01 18:43:07 +0000
commit075ae872e449692eeaa3f3b5446298382a49aa23 (patch)
treeadf6ef2afdf0747adaf4c97e5ade0085ea7148f3 /fetch-options.txt
parentde9745c4705d1abe0983cf9aba9af20936c18eb5 (diff)
downloadgit-htmldocs-075ae872e449692eeaa3f3b5446298382a49aa23.tar.gz
Autogenerated HTML docs for v1.7.2.2-268-g7e423
Diffstat (limited to 'fetch-options.txt')
-rw-r--r--fetch-options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/fetch-options.txt b/fetch-options.txt
index 9333c42c5..470ac3139 100644
--- a/fetch-options.txt
+++ b/fetch-options.txt
@@ -49,7 +49,9 @@ 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.<name>.tagopt
+ setting. See linkgit:git-config[1].
-t::
--tags::
@@ -58,7 +60,9 @@ 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.<name>.tagopt setting. See
+ linkgit:git-config[1].
-u::
--update-head-ok::