]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5510-fetch.sh
t5510: test "git fetch" following tags minimally
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2008 06:50:01 +0000 (23:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2008 06:50:01 +0000 (23:50 -0700)
commit494202524f76ac0385ae483abf970c4c9c692a77
treea7e3a8674a9bc2fdfc43a23c3e678e63c5512f1c
parentfe33b333af6e72d74e80da16517cb6d33283c7f7
t5510: test "git fetch" following tags minimally

When "git fetch" auto-follows tags, it should not download excess ones.
This new test makes sure that condition.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh