From: Johannes Schindelin Date: Mon, 2 Jan 2017 15:28:05 +0000 (+0100) Subject: sequencer (rebase -i): allow fast-forwarding for edit/reword X-Git-Tag: v2.12.0-rc0~38^2~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/bcbb68be2e287209eb257de314d72d022712e4c9?ds=sidebyside;hp=bcbb68be2e287209eb257de314d72d022712e4c9 sequencer (rebase -i): allow fast-forwarding for edit/reword The sequencer already knew how to fast-forward instead of cherry-picking, if possible. We want to continue to do this, of course, but in case of the 'reword' command, we will need to call `git commit` after fast-forwarding. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---