Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rewrite: exclude already rewritten commits from set to rebase
We currently include the commits in `parent_mapping` and `abandoned` in the set of commits to visit when rebasing descendants. The reason was that we used to update branches and working copies when we visited these commits. Since we started updating refs after rebasing all commits, there's no need to even visit these commits.
- Loading branch information