Skip to content
  • Junio C Hamano's avatar
    Merge branch 'bc/push-match-many-refs' · db1a8484
    Junio C Hamano authored
    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
    db1a8484