summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-05-21 11:02:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-05-21 11:02:22 (GMT)
commit42779124a2f158583f89d23dec78266ea3471103 (patch)
treeec746071f8558ca209ffe8b21f93446eccabdd05 /Documentation/config.txt
parent4cbf42e1519015a30401992815331c048ff3c982 (diff)
parent111fb858654b95355da05772b4dcdf91decc4721 (diff)
downloadgit-42779124a2f158583f89d23dec78266ea3471103.zip
git-42779124a2f158583f89d23dec78266ea3471103.tar.gz
git-42779124a2f158583f89d23dec78266ea3471103.tar.bz2
Merge branch 'st/remote-tags-no-tags'
* st/remote-tags-no-tags: remote add: add a --[no-]tags option Honor "tagopt = --tags" configuration option
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 1e402e0..87f397e 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1593,7 +1593,9 @@ remote.<name>.uploadpack::
remote.<name>.tagopt::
Setting this value to \--no-tags disables automatic tag following when
- fetching from remote <name>
+ fetching from remote <name>. Setting it to \--tags will fetch every
+ tag from remote <name>, even if they are not reachable from remote
+ branch heads.
remote.<name>.vcs::
Setting this to a value <vcs> will cause git to interact with