am: return control to caller, for housekeeping
commita1549e1049439386b9fd643fae236ad3ba649650
authorRamkumar Ramachandra <artagnon@gmail.com>
Sun, 12 May 2013 11:56:38 +0000 (12 17:26 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2013 06:20:07 +0000 (12 23:20 -0700)
treeda7ab2c30b88d748cd66c7226f89f712e1dd06c2
parentf5f758a5df470352ed46863288551f25fe9c7ea7
am: return control to caller, for housekeeping

We only need to do these two tasks

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

ourselves if the script was invoked as a standalone program; when
invoked with --rebasing (from git-rebase--am.sh), cascade control back
to the ultimate caller git-rebase.sh to do this for us.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
git-rebase--am.sh