]> git.ipfire.org Git - thirdparty/git.git/commit
rebase: add regression tests for console output
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 19 Jun 2017 17:56:04 +0000 (18:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 18:20:39 +0000 (11:20 -0700)
commitb76aeae553867773577f0f88cc495cc978a02f74
tree77594b714be223eaea0c934769f08bfa429b5d29
parent1ceb9dfab7eab719ade6dc2d7e3d53b50139da1d
rebase: add regression tests for console output

Check the console output when using --autostash and the stash applies
cleanly is what we expect. The test is quite strict but should catch
any changes to the console output from the various rebase flavors.

Thanks-to: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3420-rebase-autostash.sh