builtin-am: remove redirection to git-am.sh
commit783d7e865ec8f6190f8d3abe3ab72a9410d611f1
authorPaul Tan <pyokagan@gmail.com>
Tue, 4 Aug 2015 13:52:06 +0000 (4 21:52 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2015 05:02:11 +0000 (4 22:02 -0700)
treed7b0cebabb0f8ca55b43f0491f51ff2d61be8580
parent5e4f9cff3cf2c6398f7abbbb0631dde8063a6fdc
builtin-am: remove redirection to git-am.sh

At the beginning of the rewrite of git-am.sh to C, in order to not break
existing test scripts that depended on a functional git-am, a
redirection to git-am.sh was introduced that would activate if the
environment variable _GIT_USE_BUILTIN_AM was not defined.

Now that all of git-am.sh's functionality has been re-implemented in
builtin/am.c, remove this redirection, and retire git-am.sh into
contrib/examples/.

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin/am.c
contrib/examples/git-am.sh [moved from git-am.sh with 100% similarity]
git.c