Fix push with refspecs containing wildcards
authorAlex Riesen <redacted>
Thu, 7 Jun 2007 23:43:05 +0000 (01:43 +0200)
committerJunio C Hamano <redacted>
Fri, 8 Jun 2007 07:40:39 +0000 (00:40 -0700)
commit6e66bf3c7953d68a5a2d57300e0f9077cf1767bf
tree0530c638c6e1062eb6d20850ec414b17c753a001
parenta6080a0a44d5ead84db3dabbbc80e82df838533d
Fix push with refspecs containing wildcards

Otherwise

    git push 'remote-name' 'refs/heads/*:refs/remotes/other/*'

will consider references in "refs/heads" of the remote repository
"remote-name", instead of the ones in "refs/remotes/other", which
the given refspec clearly means.

Signed-off-by: Alex Riesen <redacted>
Signed-off-by: Junio C Hamano <redacted>
remote.c
git clone https://git.99rst.org/PROJECT