aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@gmail.com>2007-02-24 21:02:56 +0530
committerJunio C Hamano <junkio@cox.net>2007-02-26 00:32:48 -0800
commit047f636d903c773e237f684826cc68c79a1a0075 (patch)
treee207284f5450ff9395ede62f53d22e824e5c68f6
parent8807d321af394ffb2180d085669337bcd5018c50 (diff)
downloadgit-047f636d903c773e237f684826cc68c79a1a0075.tar.gz
git-047f636d903c773e237f684826cc68c79a1a0075.tar.xz
Documentation: document remote.<name>.tagopt
Update config.txt with info regarding tagopt option Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 6309d89b4..d2b4a05ca 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -483,6 +483,10 @@ remote.<name>.uploadpack::
The default program to execute on the remote side when fetching. See
option \--exec of gitlink:git-fetch-pack[1].
+remote.<name>.tagopt::
+ Setting this value to --no-tags disables automatic tag following when fetching
+ from remote <name>
+
remotes.<group>::
The list of remotes which are fetched by "git remote update
<group>". See gitlink:git-remote[1].