Commit Graph

2 Commits

Author SHA1 Message Date
Alex Palaistras 892a5cec4d Render paths to end of time for branches with no final merges
This is orthogonal to behaviour for rendering paths from the beginning of time for branches created
before the first commit, and helps frame the history in a better way.
2019-08-06 12:51:57 +01:00
Alex Palaistras 72d1059416 Simplify merge handling, add more tests
This further simplifies handling of merges, which was made correct in commit 675e79c. We now
correctly set both source and destination commit references, where an empty source reference means
the base of the branch being merged into.
2019-08-06 12:29:25 +01:00