On Sat, Feb 5, 2011 at 6:06 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > >>> core.ignorecase should be honored only when files on the filesystem are >>> matched, IMO. >> >> Names in index, just as same as match_pathspec(). > > If the matched entities are names in the index, they should already be > canonical and we shouldn't be matching with icase, no? The patterns are case-insensitive. The example given in 21444f is "git ls-files mydir" should also match MyDir/* in index. Although by modifying match_one(), it affects more than just git-ls-files. I'm not the original author, so Joshua, was that patch to fix git-ls-files only? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html