From: Aneesh Kumar K.V Date: Sat, 24 Feb 2007 15:32:56 +0000 (+0530) Subject: Documentation: document remote..tagopt X-Git-Tag: v1.5.1-rc1~128 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=047f636d903c773e237f684826cc68c79a1a0075;p=git.git Documentation: document remote..tagopt Update config.txt with info regarding tagopt option Signed-off-by: Aneesh Kumar K.V Signed-off-by: Junio C Hamano --- 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..uploadpack:: The default program to execute on the remote side when fetching. See option \--exec of gitlink:git-fetch-pack[1]. +remote..tagopt:: + Setting this value to --no-tags disables automatic tag following when fetching + from remote + remotes.:: The list of remotes which are fetched by "git remote update ". See gitlink:git-remote[1].