commit | ed81c76bc3a9440e37b3512c9c2b742c6ca92c6f | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon May 21 18:19:28 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 22 13:31:03 2012 -0700 |
tree | ca7c6cfddcf85dbc593d45d6f842980f3d538018 | |
parent | 7db8d5370f070ab983e1bc3569380b8aca899c6d [diff] |
add sorting infrastructure for list refs Since we store lists of refs as linked lists, we can use llist_mergesort to efficiently sort them. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>