author | Samuel Tardieu <sam@rfc1149.net> | |
Mon, 19 Apr 2010 23:31:31 +0000 (01:31 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 19 Apr 2010 23:39:24 +0000 (16:39 -0700) | ||
commit | 111fb858654b95355da05772b4dcdf91decc4721 | |
tree | 22d8b2a67491085d2c2b33598883f04d7920ae7a | tree | snapshot |
parent | 944163a4bd4cc4c35392147d10020ba57c6d7d87 | commit | diff |
remote add: add a --[no-]tags option
Add '--[no-]tags' options to 'git remote add' which add the
'remote.REMOTE.tagopt = --[no-]tags' to the configuration file.
This mimics the "--tags" and "--no-tags" options of "git fetch".
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Add '--[no-]tags' options to 'git remote add' which add the
'remote.REMOTE.tagopt = --[no-]tags' to the configuration file.
This mimics the "--tags" and "--no-tags" options of "git fetch".
Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt | diff | blob | history | |
builtin/remote.c | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |