When rebasing commits in a branch, commits may disappear if they are no longer a parent of a commit with >=1 branch pointing to it.
Steps to repro
- Given this commit graph

- Use Stack Attack to rebase
b86cede onto faeff9f.
4628f57 should disappear, since there are no more branches pointing to it or its children.
Steps
When rebasing commits in a branch, commits may disappear if they are no longer a parent of a commit with >=1 branch pointing to it.
Steps to repro
b86cedeontofaeff9f.4628f57should disappear, since there are no more branches pointing to it or its children.Steps