Re: git can't add ignored file if GIT_ICASE_PATHSPECS=1

2019-02-12 Thread Giuseppe Crino'
I forgot to mention that the issue is present both in maint and in the master branch. On Tue, Feb 12, 2019 at 06:19:52PM +0100, Giuseppe Crino' wrote: > To reproduce, apply the attached patch and run at the project root > > cd t && ./t3700-add.sh --verbose-only=13 --debug --immediate > >

git can't add ignored file if GIT_ICASE_PATHSPECS=1

2019-02-12 Thread Giuseppe Crino'
To reproduce, apply the attached patch and run at the project root cd t && ./t3700-add.sh --verbose-only=13 --debug --immediate Relevant part of the output is expecting success: export GIT_ICASE_PATHSPECS=1 && touch a.if && test_mus