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)
commit2ac76d8d9dccaaecf3c01845d0f7c1808c75722b
treec41cfd61f019926cbf7699a4e6813b8c10f534da
parentee9db32d42a4b628157ecd395305d83cc630f7aa
parentc95525e90d2f3c75b879ce51fd17d263a6452de3
Merge branch 'bp/name-hash-dirname-fix'

"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