Broken commit history display if there's a visible merge commit #44
Labels
bug
Something isn't working
domain: frontend
importance: 1 - must have
Must be implemented for the product to be complete
urgency: 2 - we can wait
work type: investigation
A task that primarily involves digging into a particular problem
Milestone
If there's a merge commit above the earliest interesting commit, our frontend vomits blood.
Steps to repro
main
: the main branch, which includes a merge commiteic
: a branch pointing to the earliest interesting commit. This branch exists so that the interesting commit graph will contain a merge commit. This also means that if you delete this branch, Stack Attack will display the commit graph correctly.c
: just a random feature branchSteps to resolve
hasFork
indisplayCommitsForSubgraphRootedAtCommit
is false.The text was updated successfully, but these errors were encountered: