Message ID | 20210301084512.27170-1-charvi077@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | commit: Implementation of "amend!" commit | expand |
Charvi Mendiratta <charvi077@gmail.com> 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.
> 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 for pointing out the mistakes, I will fix them and update in the next version. Thanks and Regards, Charvi