Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly squash commits created by git commit --fixup=amend:$rev
git commit --fixup=amend:$rev allows to overwrite the commit message of a previous commit. This results in a commit with prefix "amend!". Expand the pattern that triggers using git rebase -i --autosquash to also match on such commits.
- Loading branch information