]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'kb/name-hash'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 15:59:53 +0000 (08:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2013 15:59:53 +0000 (08:59 -0700)
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

1  2 
cache.h
name-hash.c
read-cache.c

diff --cc cache.h
Simple merge
diff --cc name-hash.c
Simple merge
diff --cc read-cache.c
Simple merge