2008/10/7 Dmitry Potapov <dpotapov@xxxxxxxxx>: > +#if defined(_WIN32) || defined(__CYGWIN__) > + /* On Windows, file names are case-insensitive */ > + case 'G': > + if ((rest[1]|0x20) != 'i') > + break; > + if ((rest[2]|0x20) != 't') > + break; > +#else Maybe it is already time for FILESYSTEM_CASEINSENSITIVE? -- 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