| commit | 15d4bf2e1e4f9853a17a86eb923b55d41da22d54 | [log] [tgz] |
|---|---|---|
| author | Ramkumar Ramachandra <artagnon@gmail.com> | Sun May 12 17:26:39 2013 +0530 |
| committer | Junio C Hamano <gitster@pobox.com> | Sun May 12 23:20:07 2013 -0700 |
| tree | ee8760de813a68cb89a72e502ff6c71a93d3b711 | |
| parent | a1549e1049439386b9fd643fae236ad3ba649650 [diff] |
rebase -i: 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>