Well, more importantly, most of the important cases actually don't have an
index entry yet.
For example, what about "git add"? That's when it really matters that you
add things in a sane format, and by definition, you don't have an index
entry to try to match to.
So once you aim for NFC in "git add", now the index will generally be in
NFC anyway (since I agree that that's what you'd normally get on non-OSX
systems), so there is little point in then matching the index.
But no, it won't fix all problems. I do suspect it would make them less
obvious in practice, though.
Linus
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html