commit | 3d2a33e57faa84be3ab83a80c8b75dad3e747054 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Thu May 24 02:04:51 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu May 24 10:02:37 2012 -0700 |
tree | 7b008bac735085acddc1c0cf13f45c74497b4a8c | |
parent | a0de28805dceaca86a6f7bedfd3e8c227b781d9d [diff] |
fetch-pack: sort incoming heads list earlier Commit 4435968 started sorting heads fed to fetch-pack so that later commits could use more optimized algorithms; commit 7db8d53 switched the remove_duplicates function to such an algorithm. Of course, the sorting is more effective if you do it _before_ the algorithm in question. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>