When adding files to the index, add support for case-independent matches
commit6835550def046bfd52f3e65f248024956a6df62c
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 22 Mar 2008 20:19:49 +0000 (22 13:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Apr 2008 08:22:25 +0000 (9 01:22 -0700)
tree3dac88bf8e0f57b2071eead071359d3571e2c1c4
parent1fa6ead492c81bffdbe336373e5b162d3b5ac6d3
When adding files to the index, add support for case-independent matches

This simplifies the matching case of "I already have this file and it is
up-to-date" and makes it do the right thing in the face of
case-insensitive aliases.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c