author | Linus Torvalds <torvalds@g5.osdl.org> | |
Tue, 12 Jul 2005 01:03:34 +0000 (18:03 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Tue, 12 Jul 2005 01:03:34 +0000 (18:03 -0700) | ||
commit | e33b2ef8f59a136402ae434cc743408300d69e9a | |
tree | d42dd6afcc5a3f5a251f75c30b569d69fce30f4b | tree | snapshot |
parent | b1de9de2b93510affbbac2a4ffa47208b3beda7a | commit | diff |
git-send-pack: Fix duplicate refname match
Cut-and-paste dup noticed by Junio. It's not even harmless, since a
match also causes that match to be invalidated, so this made it
impossible to update an existing branch by name.
I'd only tested the case of "ref doesn't exist at all on the other end",
which worked fine.
Cut-and-paste dup noticed by Junio. It's not even harmless, since a
match also causes that match to be invalidated, so this made it
impossible to update an existing branch by name.
I'd only tested the case of "ref doesn't exist at all on the other end",
which worked fine.
send-pack.c | diff | blob | history |