rebase --merge: return control to caller, for housekeeping
authorRamkumar Ramachandra <artagnon@gmail.com>
Sun, 12 May 2013 11:56:40 +0000 (17:26 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2013 06:20:08 +0000 (23:20 -0700)
Return control to the caller git-rebase.sh to get these two tasks

rm -fr "$dotest"
git gc --auto

done by it.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found