Joshua Jensen wrote: > I do not know about other file systems and what Git actually > handles. I was under the impression it didn't handle Unicode > filenames well in general... ? Except in cases like ignorecase handling, git treats path components as arbitrary streams of bytes ('\0' and path separators are forbidden, of course). It works pretty well if that's what you need. -- 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