Support case folding in git fast-import when core.ignorecase=true
commit50906e04e8f48215b0b09841686709b92a2ab2e4
authorJoshua Jensen <jjensen@workspacewhiz.com>
Sun, 3 Oct 2010 09:56:46 +0000 (3 09:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Oct 2010 18:21:57 +0000 (6 11:21 -0700)
tree0c3eac31963865e839a36edb8ef98de38accd6c3
parentdc1ae7048794ba15b514ca1a67f50163a2e48eb8
Support case folding in git fast-import when core.ignorecase=true

When core.ignorecase=true, imported file paths will be folded to match
existing directory case.

Signed-off-by: Joshua Jensen <jjensen@workspacewhiz.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c