Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Q: description of file name encoding approach used by git

From: Constantine Plotnikov <hidden>
Date: 2016-06-15 22:46:09

I'm interested if there is some document that specifies the approach
of encoding non-ASCII file names used by the git and related issues.
I'm particularly interested in cross-platform issues, since I'm
writing plugin for cross-platform tool.

My understanding based on previous discussions of the issue is that
GIT saves file names as bytes in the tree objects without specifying
actual encoding used. And there will be problem if different clients
use different system encoding.

The list of issues known to me is:
1. All Linux and Unix machines that use the same git repository should
use the same encoding (ru_RU.KOI-8 and ru_RU.UTF-8 are not
compatible).
2. On windows UTF-8 codepage should be specified for msys git in order
to force it using UTF-8 if any cross-platform support is wanted. (I do
not known about cygwin git).
3. As I understand, there is an unresolved problem with Mac OSX HFS+
case insensitive file system due to file name normalization.
4. Git log seems to ignore encoding specified on the command line when
printing file names (for example in case of --name-status).

Are these issues still open?
Are there other issues?

Regards,
Constantine
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help