sequencer (rebase -i): show only failed `git commit`'s output
commit9a757c4970837162dfe4a64b70a428209c135641
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:35:34 +0000 (2 16:35 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 22:06:01 +0000 (17 14:06 -0800)
tree6e878507aee4875e0fb81a0f5276365db4882a53
parent07d968ef14ae4a783be690985ae77bbcee722c83
sequencer (rebase -i): show only failed `git commit`'s output

This is the behavior of the shell script version of the interactive
rebase, by using the `output` function defined in `git-rebase.sh`.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c