Hi,
On Tue, 14 Mar 2006, Qingning Huo wrote:
- 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.
Ciao,
Dscho
P.S.: BTW there are quite a few discussions of this in the mailing list
archives...