mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00: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>
1.9 KiB
1.9 KiB