author | Samuel Tardieu <sam@rfc1149.net> | |
Mon, 19 Apr 2010 23:31:25 +0000 (01:31 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 19 Apr 2010 23:34:49 +0000 (16:34 -0700) | ||
commit | 944163a4bd4cc4c35392147d10020ba57c6d7d87 | |
tree | aa3627e5ff2a069cc89588c8d7f07d159ff04404 | tree | snapshot |
parent | 5469e2dab133a197dc2ca2fa47eb9e846ac19b66 | commit | diff |
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>
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 | diff | blob | history | |
contrib/examples/git-fetch.sh | diff | blob | history | |
remote.c | diff | blob | history |