commit | 6e66bf3c7953d68a5a2d57300e0f9077cf1767bf | [log] [tgz] |
---|---|---|
author | Alex Riesen <raa.lkml@gmail.com> | Fri Jun 08 01:43:05 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Jun 08 00:40:39 2007 -0700 |
tree | 0530c638c6e1062eb6d20850ec414b17c753a001 | |
parent | a6080a0a44d5ead84db3dabbbc80e82df838533d [diff] |
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 <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>