]> git.ipfire.org Git - thirdparty/git.git/commit - setup.c
abspath_part_inside_repo: respect core.ignoreCase
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 18 Jan 2019 13:24:54 +0000 (05:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jan 2019 17:53:06 +0000 (09:53 -0800)
commitd8727b3687c1d249e84be71a581cc1fb0581336a
tree02bf4c77ad36d0cec37af52ce94fe6a50c9a8fe3
parent77556354bb7ac50450e3b28999e3576969869068
abspath_part_inside_repo: respect core.ignoreCase

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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c
t/t3700-add.sh