fetch: allow "git fetch $there v1.0" to fetch a tag
commit47d84b6abcd2fbb2e84495663407829c9bb0da67
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Nov 2011 21:05:22 +0000 (4 14:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Nov 2011 23:34:30 +0000 (7 15:34 -0800)
tree06a130187b70ef7d2e1899bab32245f4bd578f7f
parent57b58db74c3272ac13d5d201ecedf6483b34cdfe
fetch: allow "git fetch $there v1.0" to fetch a tag

You can already do so with "git fetch $there tags/v1.0" but if it is not
ambiguous there is no reason to force users to type more.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c