summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8807d32)
raw | patch | inline | side by side (parent: 8807d32)
author | Aneesh Kumar K.V <aneesh.kumar@gmail.com> | |
Sat, 24 Feb 2007 15:32:56 +0000 (21:02 +0530) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 26 Feb 2007 08:32:48 +0000 (00:32 -0800) |
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>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt | patch | blob | history |
index 6309d89b4bb9e6cefd868fb87dd78dfd3dd32d24..d2b4a05ca5849c59514c6f0e67c8b31ad444be9e 100644 (file)
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
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].