Charvi Mendiratta <charvi077@xxxxxxxxx> writes: > On Thu, 4 Feb 2021 at 06:00, Junio C Hamano <gitster@xxxxxxxxx> wrote: > >> * cm/rebase-i (2021-01-29) 9 commits >> (merged to 'next' on 2021-02-01 at 4f9aa6cec3) >> + doc/git-rebase: add documentation for fixup [-C|-c] options >> + rebase -i: teach --autosquash to work with amend! >> + t3437: test script for fixup [-C|-c] options in interactive rebase >> + rebase -i: add fixup [-C | -c] command >> + sequencer: use const variable for commit message comments >> + sequencer: pass todo_item to do_pick_commit() >> + rebase -i: comment out squash!/fixup! subjects from squash message >> + sequencer: factor out code to append squash message >> + rebase -i: only write fixup-message when it's needed >> >> "rebase -i" is getting cleaned up and also enhanced. >> >> Will merge to 'master'. >> > > Received reviews and suggestions on this patch series. So, updated > those changes and have sent the next version of this patch series (v5). We incrementally fix shortcomings in the series with additional patches after a topic gets merged to 'next'. It no longer is appropriate to replace with "the net version". Thanks.