On Tue, Mar 14, 2006 at 10:20:53PM +0100, Johannes Schindelin wrote:
Hi,
On Tue, 14 Mar 2006, Qingning Huo wrote:
quoted
- var=`git repo-config --get pull.octopus`
+ var=`git-repo-config --get pull.octopus`
This is unlikely to be applied; there are plans to have a "libexec" path
in which all git executables are stored, and just the "git" wrapper in the
path. Your patch would break git in those setups.
I do not mind whether this patch is applied. What I want is git calls
its helper programs, instead of any random git program in my PATH. If
git-programs are installed to libexec path, how about calling them
with absolute path?
Regards,
Qingning