commit | 12d7d150743acebe9684100e98979f2d0188114e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Tue May 29 13:09:08 2012 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 29 13:09:08 2012 -0700 |
tree | fe72c047cf62f859983c48a2d69588084293372b | |
parent | a7060009e1272aa43c8fb941f039cff9e9a0459b [diff] | |
parent | 3d2a33e57faa84be3ab83a80c8b75dad3e747054 [diff] |
Merge branch 'jk/fetch-pack-remove-dups-optim' The way "fetch-pack" that is given multiple references to fetch tried to remove duplicates was very inefficient. By Jeff King * jk/fetch-pack-remove-dups-optim: fetch-pack: sort incoming heads list earlier fetch-pack: avoid quadratic loop in filter_refs fetch-pack: sort the list of incoming refs add sorting infrastructure for list refs fetch-pack: avoid quadratic behavior in remove_duplicates fetch-pack: sort incoming heads