Hi Junio, On Tue, 16 Aug 2016, Junio C Hamano wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > > > The trick to catch non-ascii depends on core.quotepath set to true > > (which is the default). You would need to run ls-files with an > > explicit "-c core.quotepath=false" to be safe. > > ... > > The invocation of "git -c core.quotepath=false ls-files" needs to at > > least have 2>/dev/null to squelch an unnecessary error message. In > > such a scenario, we may miss a new offending pathname, but we will > > not have false positive and I think that is the best we can do. > > > > Thanks. > > Needless to say (1) both "false" should have been "true"; (2) I > shouldn't be crawling out of bed and typing with hazy brain early in > the morning. > > Sorry for typoes and thinkos. Sorry for not even expecting an answer from you that early. I will send out a v3 in a moment that should address your concerns. Ciao, Dscho -- 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