Merge branch 'bc/push-match-many-refs'
commitdb1a848421fe05482e36fcba76f019299ae93b25
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:48:25 +0000 (18 12:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jul 2013 19:48:25 +0000 (18 12:48 -0700)
tree7190ea58d567677feb6a0f7db9aae57257e0f5a2
parentafbfcaa98396de66e42dc3c845f396c5ba508ced
parentf1bd15ab1553de76f297b8566b5779c43e3bfe2a
Merge branch 'bc/push-match-many-refs'

Pushing to repositories with many refs employed O(m*n) algorithm
where n is the number of refs on the receiving end.

* bc/push-match-many-refs:
  remote.c: avoid O(m*n) behavior in match_push_refs
remote.c