author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Fri, 8 Aug 2008 02:29:35 +0000 (04:29 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 8 Aug 2008 04:25:27 +0000 (21:25 -0700) | ||
commit | 468386a956c09ff59dd2b8fd681e162b2e167392 | |
tree | d497047fbdb7893c5693574792ea2c242ed7e367 | tree | snapshot |
parent | 1fdf6ee6f81b31b299a8039832f45290faa4583a | commit | diff |
clone --mirror: avoid storing repeated tags
With --mirror, clone asks for refs/* already, so it does not need to
ask for ref/tags/*, too.
Noticed by Cesar Eduardo Barros.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With --mirror, clone asks for refs/* already, so it does not need to
ask for ref/tags/*, too.
Noticed by Cesar Eduardo Barros.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-clone.c | diff | blob | history | |
t/t5601-clone.sh | diff | blob | history |