This issue refers to a future bug-to-happen.
Currently commit history is recursively enumerated for all parents. Once merges become a thing this will lead to duplicate commits for anything before the branching off.
Separate bookkeeping should be set in place to not only avoid duplicate commits being shown but also display commits in suitable order after merging.
This issue refers to a future bug-to-happen.
Currently commit history is recursively enumerated for all parents. Once merges become a thing this will lead to duplicate commits for anything before the branching off.
Separate bookkeeping should be set in place to not only avoid duplicate commits being shown but also display commits in suitable order after merging.