]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'bp/name-hash-dirname-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:33:53 +0000 (10:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Feb 2018 18:33:53 +0000 (10:33 -0800)
"git add" files in the same directory, but spelling the directory
path in different cases on case insensitive filesystem, corrupted
the name hash data structure and led to unexpected results.  This
has been corrected.

* bp/name-hash-dirname-fix:
  name-hash: properly fold directory names in adjust_dirname_case()

1  2 
name-hash.c

diff --cc name-hash.c
Simple merge