From: Johannes Schindelin Date: Fri, 21 Oct 2016 12:25:17 +0000 (+0200) Subject: sequencer: support amending commits X-Git-Tag: v2.11.0-rc0~17^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9240beda621dc0b4eec66f5ad9a8258c0f614e4c?hp=9240beda621dc0b4eec66f5ad9a8258c0f614e4c sequencer: support amending commits This teaches the run_git_commit() function to take an argument that will allow us to implement "todo" commands that need to amend the commit messages ("fixup", "squash" and "reword"). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---