Re: wrt git-exec-path patch

2017-02-20 Thread ng0
On 17-02-20 16:07:27, Leo Famulari wrote: > On Mon, Feb 20, 2017 at 08:59:23PM +, ng0 wrote: > > export > > GIT_EXEC_PATH="/home/ng0/.guix-profile/libexec/git-core${GIT_EXEC_PATH:+:}$GIT_EXEC_PATH" > > GIT_EXEC_PATH is not really a search path. Instead, it must point to a > single path. > >

Re: wrt git-exec-path patch

2017-02-20 Thread Leo Famulari
On Mon, Feb 20, 2017 at 08:59:23PM +, ng0 wrote: > export > GIT_EXEC_PATH="/home/ng0/.guix-profile/libexec/git-core${GIT_EXEC_PATH:+:}$GIT_EXEC_PATH" GIT_EXEC_PATH is not really a search path. Instead, it must point to a single path. This works for me: /home/leo/.guix-profile/libexec/git-cor

Re: wrt git-exec-path patch

2017-02-20 Thread ng0
On 17-02-15 22:26:48, ng0 wrote: > Why was this patch necessary? I only face troubles with it. > > Fixed is now "git rebase" after someone in IRC told me to unset > GIT_EXEC_PATH, but git send-email is now "not a git command". > > This is on GuixSD. > > > commit 82de2655a16dcc7a8e3b992b4afd34ec

wrt git-exec-path patch

2017-02-15 Thread ng0
Why was this patch necessary? I only face troubles with it. Fixed is now "git rebase" after someone in IRC told me to unset GIT_EXEC_PATH, but git send-email is now "not a git command". This is on GuixSD. commit 82de2655a16dcc7a8e3b992b4afd34ec32c244a6 Author: David Craven Date: Fri Feb 10 1