sequencer: print autostash messages to stderr
authorJohannes Schindelin <redacted>
Mon, 19 Jun 2017 17:56:02 +0000 (18:56 +0100)
committerJunio C Hamano <redacted>
Mon, 19 Jun 2017 18:09:09 +0000 (11:09 -0700)
commitcdb866b30bd862527de597ae9c7fe7540de55bf2
tree94363277203d7f4ff06640867e8dfb6785143dd0
parentd096d7f1ef81f5c52d0c9d3070ad82b66de9c981
sequencer: print autostash messages to stderr

The rebase messages are printed to stderr traditionally. However due
to a bug introduced in 587947750bd (rebase: implement --[no-]autostash
and rebase.autostash, 2013-05-12) which was faithfully copied when
reimplementing parts of the interactive rebase in the sequencer the
autostash messages are printed to stdout instead.

It is time to fix that: let's print the autostash messages to stderr
instead of stdout.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Phillip Wood <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase.sh
sequencer.c
git clone https://git.99rst.org/PROJECT