Re: [PATCH v2 19/19] pull: remove redirection to git-pull.sh

2015-06-03 Thread Stefan Beller
On Tue, Jun 2, 2015 at 11:49 PM, Paul Tan wrote: > 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. > > No

[PATCH v2 19/19] pull: remove redirection to git-pull.sh

2015-06-02 Thread Paul Tan
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-implemente