rebase: fix stderr redirect in apply_autostash()
commiteadf1c8f454aff0b77202815af7b250320a5f5bf
authorTodd Zullinger <tmz@pobox.com>
Mon, 13 Nov 2017 21:20:09 +0000 (13 16:20 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Nov 2017 02:51:42 +0000 (14 11:51 +0900)
treeb1f2fcc008c8c8eded4216debd2d422163232b6e
parent4c180f60a47f250b7c75151f8536ba56c7f1a8e2
rebase: fix stderr redirect in apply_autostash()

The intention is to ignore all output from the 'git stash apply' call.
Adjust the order of the redirection to ensure that both stdout and
stderr are redirected to /dev/null.

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh