commit | 65347030590bcc251a9ff2ed96487a0f1b9e9fa8 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Aug 03 17:47:16 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Aug 03 17:47:16 2008 -0700 |
tree | c602ca33b3e0c53470bf0b0ffff41d9dab96b3bf | |
parent | 6546b5931e5608dfdcd3e4fbf9ebc90ee0982b56 [diff] |
Topo-sort before --simplify-merges 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>