Possible bug in referenced configuration file loading

2018-10-26 Thread Raphael Stolt
Configuration for global ignore patterns in ~/.config/git/config: [core] excludesfile = .gitignore doesn't get looked up per default in ~/.config/git/ which might be considered a bug as the .gitignore file isn't loaded. It's only loaded when .gitignore is located in $HOME or explicitly

Possible bug in includeIf / conditional includes on non git initialised directories

2017-05-11 Thread Raphael Stolt
configured conditionally even for a plain directory. More details see this (http://stackoverflow.com/questions/43919191/git-2-13-conditional-config-on-windows/) Stack Overflow question. Best regards, Raphael Stolt

Re: Possible bug in includeIf / conditional includes

2017-05-10 Thread Raphael Stolt
> Am 10.05.2017 um 23:21 schrieb Raphael Stolt <raphael.st...@gmail.com>: > >> >> Am 10.05.2017 um 21:48 schrieb Ævar Arnfjörð Bjarmason <ava...@gmail.com>: >> >> On Wed, May 10, 2017 at 8:58 PM, Sebastian Schuberth >> <sschube...@gm

Re: Possible bug in includeIf / conditional includes

2017-05-10 Thread Raphael Stolt
ional configuration: >>> b) >>> ~/.gitconfig >>> [includeIf "gitdir:~/Work/git-repos/oss/"] >>> path = .oss-gitconfig >> >> >> My guess is, because includeIf might contain other conditionals than >> "gitdir", the g

Possible bug in includeIf / conditional includes

2017-05-10 Thread raphael . stolt
Expected configuration which doesn't find the conditional configuration: ~/.gitconfig [includeIf "gitdir:~/Work/git-repos/oss/"] path = .oss-gitconfig Best regards, Raphael Stolt