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

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>
git-rebase--merge.sh