Merge branch 'bp/name-hash-dirname-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:29 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Feb 2018 21:34:29 +0000 (13:34 -0800)
commit2f564fb4b38fd9f618b8ff7207f12f9b55370e07
tree111f4b20d4e9e2b96093f885349c5f94cac3a18e
parent883d266e1e5d2aa8c0256809153621abb5c5981f
parentc95525e90d2f3c75b879ce51fd17d263a6452de3
Merge branch 'bp/name-hash-dirname-fix' into next

"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()
name-hash.c