rebase: support --no-autostash
commit619e3604288ab54c3694e99746661caf0f2df961
authorJohn Keeping <john@keeping.me.uk>
Thu, 10 Sep 2015 22:30:51 +0000 (10 23:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 Sep 2015 00:42:01 +0000 (10 17:42 -0700)
treee8b9134a571a3021577a5b59480c39692d2c4f20
parent441c4a40173fe1ee8a5c0094e587dfc47e2a6460
rebase: support --no-autostash

This is documented as an option but we don't actually accept it.
Support it so that it is possible to override the "rebase.autostash"
config variable.

Reported-by: Daniel Hahler <genml+git-2014@thequod.de>
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase.sh
t/t3420-rebase-autostash.sh