zhuqy / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

utf8 file name/path problem #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. clone a repo including utf8 file name/path
2. make no change, git status and watch 
3. files those just had pulled are inversion state to be added.

What is the expected output? What do you see instead?
 - unchanged files should be not on the list to be added

What version of the product are you using? On what operating system?
 - 1.7.7.3

Please provide any additional information below.
 - after a short search, It is a issue about mac file system handling UTF8 - NFD.
 - I need the other options to trade if it can't be treated nice.

please. files including utf-8 name messed. 
especially for those who use non-english languages It is really serious issue.

Original issue reported on code.google.com by g9h...@gmail.com on 1 Dec 2011 at 6:47

GoogleCodeExporter commented 8 years ago
This seems to be a long standing issue that has existed since at least 2008. 
I'm not sure why it hasn't been resolved yet.

This project is for the git installer, and not really git itself. I know that 
might be confusing. I set this project up by my own ambition because I wanted 
to provide a way for people to get Git builds on their system without having to 
install Xcode.

You might check out this thread: 
http://kerneltrap.org/mailarchive/git/2010/5/20/30750

Original comment by timchar...@gmail.com on 1 Dec 2011 at 9:14