Git.pm normalizes $GIT_DIR, was Re: git-send-email does not use conditional configuration

2019-09-11 Thread Jeff King
On Wed, Sep 11, 2019 at 06:58:26PM +0200, Konstantinos Dalamagkidis wrote: > I am using "includeIf.gitdir:/work". I tried to reproduce it at my home > workstation where I have the exact same configuration, but in the beginning > I couldn't. Then I realized, that at work the /work folder is actuall

Re: git-send-email does not use conditional configuration

2019-09-11 Thread Konstantinos Dalamagkidis
On 9/11/19 4:08 PM, Jeff King wrote: On Wed, Sep 11, 2019 at 08:14:45AM +0200, Konstantinos Dalamagkidis wrote: In my git configuration, I have an includeif section for work related repositories that configures the user and sendemail sections. What kind of includeIf are you using? Does it wor

Re: git-send-email does not use conditional configuration

2019-09-11 Thread Jeff King
On Wed, Sep 11, 2019 at 08:14:45AM +0200, Konstantinos Dalamagkidis wrote: > In my git configuration, I have an includeif section for work > related repositories that configures the user and sendemail > sections. What kind of includeIf are you using? Does it work with an unconditional include? Th

git-send-email does not use conditional configuration

2019-09-10 Thread Konstantinos Dalamagkidis
Hello, In my git configuration, I have an includeif section for work related repositories that configures the user and sendemail sections. I can verify that the configuration is read correctly by git: % git config --get-regex "sendemail.*" sendemail.smtpencryption tls sendemail.smtpserver smtp.o