From: Ramkumar Ramachandra Date: Thu, 13 Jun 2013 16:06:12 +0000 (+0530) Subject: rebase: finish_rebase() in fast-forward rebase X-Git-Tag: v1.8.4-rc0~149^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/af2f0ebcbdb164043d6ad72c81c6ce5cdadf63b5?ds=inline;hp=af2f0ebcbdb164043d6ad72c81c6ce5cdadf63b5 rebase: finish_rebase() in fast-forward rebase In the following case $ git rebase master Fast-forwarded autostash-fix to master. The autostash is not applied automatically, because this codepath forgets to call finish_rebase(). Fix this. Also add a test to guard against regressions. Signed-off-by: Ramkumar Ramachandra Signed-off-by: Junio C Hamano ---