]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
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)
commit7d19da46fd108ec463e555cb9fd9efd13b582d4a
tree5d71aba8a385380aaafbaba294b12d7679da30b9
parent5cc8f372509298d13632d8784bc851a587937550
refspec: allow colon-less wildcard "refs/category/*"

"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>
remote.c