Re: Announcing Git for Windows 1.9.5
From: Pat Tressel <hidden>
Date: 2016-06-15 23:03:21
Bugfixes quoted
- Safeguards against bogus file names on NTFS (CVE-2014-9390).... I installed this version, and it no longer recognizes non-English characters that appear in some file names we have in our repo. I'm only guessing that this has to do with the vuln fix.
It doesn't relate to the vuln fix -- the relevant change was earlier. I was upgrading from a rather old version of git. Apparently file name encoding was different then. The fix is to check out the files again, which will pick up their new encoding. One can't specify the exact filenames in the git checkout -- command, but one can construct a wildcard that will pick out just those files, if needed to avoid checking out others. I should clarify that I was offering to go file a bug against git, not msysgit. But since this was an easy to fix side-effect of upgrading from an old git, that's likely not needed. And the answer would have been... Torsten -- You may consider to convert the repo into unicode,
and update all clients accessing this repo.
:-) Oh, yes -- next up is checking the encoding of those file names...but they're likely ok in the repo, and it's only the checked-out names generated by the old git that were non-standard. -- Pat -- -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free. You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, and view previous threads, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Git for Windows" group. To unsubscribe from this group and stop receiving emails from it, send an email to msysgit+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.