sort-in-topological-order: use prio-queue
commitda24b1044f7dc85cda52d6423f5a794a7074fbf8
authorJunio C Hamano <gitster@pobox.com>
Fri, 7 Jun 2013 04:58:12 +0000 (6 21:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Jun 2013 22:15:21 +0000 (11 15:15 -0700)
tree44abcb499d4bf5ecb64fe1067586aac5569bdcfb
parentb4b594a3154078430b04fad4f6ffbed9c7274be5
sort-in-topological-order: use prio-queue

Use the prio-queue data structure to implement a priority queue of
commits sorted by committer date, when handling --date-order.  The
structure can also be used as a simple LIFO stack, which is a good
match for --topo-order processing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit.c
prio-queue.c
prio-queue.h