Community
Participate
Working Groups
Build Identifier: After commit files appear in repository with broken filenames (bad codepage). And at the next commit these files appear in the files table (in the commit dialog) with status `Rem., not staged`. I think it reads files with correct codepage, but commits - with incorrect. Reproducible: Always Steps to Reproduce: 1. Create file with cyrillic name (russian for example, cp1251) in the working directory 2. Try to commit 3. Clone repository with command line tool cmd.exe to another location 4. You will see the problem there.
This is a variation on http://code.google.com/p/msysgit/issues/detail?id=80 The problem is the definition of "correctly". Any encoding is "correct" at the moment and this causes problems for us. I think this is similar to the problems in Bug 325828 and Bug 325828
*** This bug has been marked as a duplicate of bug 325828 ***