pull: remove redirection to git-pull.sh
commitb1456605c26eb6bd991b70b0ca0a3ce0f02473e9
authorPaul Tan <pyokagan@gmail.com>
Thu, 18 Jun 2015 10:54:12 +0000 (18 18:54 +0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Jun 2015 20:18:59 +0000 (18 13:18 -0700)
treea49606d83cf9e27f17c203ae9bd70651304d5141
parentb7b314711ad28b129e6c5916eee1f2036ffa94df
pull: remove redirection to git-pull.sh

At the beginning of the rewrite of git-pull.sh to C, we introduced a
redirection to git-pull.sh if the environment variable
_GIT_USE_BUILTIN_PULL was not defined in order to not break test scripts
that relied on a functional git-pull.

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

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