mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
32 KiB
32 KiB