summaryrefslogtreecommitdiff
path: root/t/t6012-rev-list-simplify.sh
Commit message (Collapse)AuthorAgeFilesLines
* Topo-sort before --simplify-mergesJunio C Hamano2008-08-031-0/+93
This makes the algorithm more honest about what it is doing. We start from an already limited, topo-sorted list, and postprocess it by simplifying the irrelevant merges away. Signed-off-by: Junio C Hamano <gitster@pobox.com>