On Mon, Apr 30, 2018 at 5:25 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * js/rebase-i-clean-msg-after-fixup-continue (2018-04-30) 4 commits > - rebase --skip: clean up commit message after a failed fixup/squash > - sequencer: always commit without editing when asked for > - rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON > - rebase -i: demonstrate bugs with fixup!/squash! commit messages > "git rebase -i" sometimes left intermediate "# This is a > combination of N commits" message meant for the human consumption > inside an editor in the final result in certain corner cases, which > has been fixed. > Will merge to 'next'. This topic branches off from v2.16.3. However, its last patch uses the sequencer's parse_head() function, which was only added in v2.17.0-rc0~110^2~6 (sequencer: try to commit without forking 'git commit', 2017-11-24), in topic 'pw/sequencer-in-process-commit', leading to compilation errors.