Re: [PATCH 1/1] abspath_part_inside_repo: respect core.fileMode

2018-12-24 Thread Johannes Schindelin
Hi Carlo, On Sat, 22 Dec 2018, Carlo Arenas wrote: > On Fri, Dec 21, 2018 at 8:34 AM Johannes Schindelin via GitGitGadget > wrote: > > +test_expect_success MINGW 'path is case-insensitive' ' > > CASE_INSENSITIVE_FS might be a better prereq You're right, the path that I downcase in the test con

Re: [PATCH 1/1] abspath_part_inside_repo: respect core.fileMode

2018-12-22 Thread Carlo Arenas
On Fri, Dec 21, 2018 at 8:34 AM Johannes Schindelin via GitGitGadget wrote: > +test_expect_success MINGW 'path is case-insensitive' ' CASE_INSENSITIVE_FS might be a better prereq Carlo

[PATCH 1/1] abspath_part_inside_repo: respect core.fileMode

2018-12-21 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin If the file system is case-insensitive, we really must be careful to ignore differences in case only. This fixes https://github.com/git-for-windows/git/issues/735 Signed-off-by: Johannes Schindelin --- setup.c| 6 +++--- t/t3700-add.sh | 7 +++ 2 files ch