Charvi Mendiratta <charvi077@xxxxxxxxx> writes: > This patch series teaches `git commit --fixup` to create "amend!" commit > as an alternative that works with `git rebase --autosquash`. It allows to > fixup both the content and the commit message of the specified commit. > Here we add two suboptions to the `--fixup`, first `amend` suboption that > creates an "amend!" commit. It takes the staged changes and also allows to > edit the commit message of the commit we are fixing. > Example usuage: > git commit --fixup=amend:<commit> I only had a few minor nits and I think with them fixed the series becomes as good as it would get in the shorter term to be ready for 'next'. We're almost there. Thanks.