OSDN Git Service

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

1  2 
remote.c

diff --cc remote.c
Simple merge