refspec: allow colon-less wildcard "refs/category/*"
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2008 04:15:52 +0000 (21:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Mar 2008 04:55:38 +0000 (21:55 -0700)
"git push --tags elsewhere" is implemented in terms of wildcarded refspec
"refs/tags/*" these days, and the user wants to push the tags under the
same name to the other branch. This resurrects the support for it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found