Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Topo-sort before --simplify-merges | Junio C Hamano | 2008-08-03 | 1 | -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> |