Merge branch 'kb/name-hash' into next
commit7f7e5d4886ca1ecbb41ecfbcb01ff3efca1ae944
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2013 05:55:06 +0000 (5 21:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Mar 2013 05:55:06 +0000 (5 21:55 -0800)
treef4b8c90fd35363699eee5079eefe15f4fd0671f3
parent6b353f34c7cde9d10197286cc38a4a70c66d998b
parent2092678cd5265e40dfb2b8e3adc8f2075faeece4
Merge branch 'kb/name-hash' into next

The code to keep track of what directory names are known to Git on
platforms with case insensitive filesystems can get confused upon
a hash collision between these pathnames and looped forever.

* kb/name-hash:
  name-hash.c: fix endless loop with core.ignorecase=true
cache.h
name-hash.c
read-cache.c