I would like to be able to squash commits during an av reorder, similar to how git rebase allows squashing commits.
Ideally, it should also process fixup! commits (generated by git commit --fixup) - these should be squashed against the commit that they fixup against.
I would like to be able to squash commits during an
av reorder, similar to howgit rebaseallows squashing commits.Ideally, it should also process
fixup!commits (generated bygit commit --fixup) - these should be squashed against the commit that they fixup against.