From: Ramkumar Ramachandra Date: Thu, 13 Jun 2013 16:06:13 +0000 (+0530) Subject: rebase: finish_rebase() in noop rebase X-Git-Tag: v1.8.4-rc0~149^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/96e2b99ed56c8433cc4aa03f32d2ef2a22748fc0?hp=96e2b99ed56c8433cc4aa03f32d2ef2a22748fc0 rebase: finish_rebase() in noop rebase In the following case $ git rebase master Current branch autostash-fix is up to date. 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 ---