Code

clone --mirror: avoid storing repeated tags
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 8 Aug 2008 02:29:35 +0000 (04:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Aug 2008 04:25:27 +0000 (21:25 -0700)
commit468386a956c09ff59dd2b8fd681e162b2e167392
treed497047fbdb7893c5693574792ea2c242ed7e367
parent1fdf6ee6f81b31b299a8039832f45290faa4583a
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>
builtin-clone.c
t/t5601-clone.sh