mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Sometimes people would want to view the commits in parallel histories in the order of author dates, not committer dates. Teach "topo-order" sort machinery to do so, using a commit-info slab to record the author dates of each commit, and prio-queue to sort them. Signed-off-by: Junio C Hamano <gitster@pobox.com>
34 KiB
34 KiB