On 2017-05-10 19:00, raphael.st...@gmail.com wrote:

Current configuration which finds the conditional configuration.

~/.gitconfig
[includeIf "gitdir:~/Work/git-repos/oss/"]
   path = ~/Work/git-repos/oss/.oss-gitconfig

Expected configuration which doesn't find the conditional configuration:

~/.gitconfig
[includeIf "gitdir:~/Work/git-repos/oss/"]
   path = .oss-gitconfig

My guess is, because includeIf might contain other conditionals than "gitdir", the generic convention is to always use an absolute path for "path".

--
Sebastian Schuberth

Reply via email to