]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
Honor "tagopt = --tags" configuration option
authorSamuel Tardieu <sam@rfc1149.net>
Mon, 19 Apr 2010 23:31:25 +0000 (01:31 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Apr 2010 23:34:49 +0000 (16:34 -0700)
commit944163a4bd4cc4c35392147d10020ba57c6d7d87
treeaa3627e5ff2a069cc89588c8d7f07d159ff04404
parent5469e2dab133a197dc2ca2fa47eb9e846ac19b66
Honor "tagopt = --tags" configuration option

If the "tagopt = --tags" option of a remote is set, all tags
will be fetched as in "git fetch --tags".

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
contrib/examples/git-fetch.sh
remote.c