[IPython-dev] Filename with accents in the Git repository

W. Trevor King wking at tremily.us
Tue Jan 28 13:04:10 EST 2014


On Tue, Jan 28, 2014 at 09:31:26AM -0800, Brian Granger wrote:
> I am seeing this as well. Min, how are you dealing with this?

I think Konrad's:

  $ git config --global core.precomposeunicode true

is the official solution.  Links into Git's history:

* git on MacOSX and files with decomposed utf-8 file names, 2008-01-16
  [1].
* b856ad6 (Merge branch 'tb/sanitize-decomposed-utf-8-pathname',
  2012-07-13 [2]).
* 76759c7 (git on Mac OS and precomposed unicode, 2012-07-08 [3]).
  This commit added core.precomposeunicode.

Cheers,
Trevor

[1]: http://thread.gmane.org/gmane.comp.version-control.git/70688/
[2]: http://git.kernel.org/cgit/git/git.git/commit/?id=b856ad623e4f686815986c0b9341dd1bfd791e71
[3]: http://git.kernel.org/cgit/git/git.git/commit/?id=76759c7dff53e8c84e975b88cb8245587c14c7ba

-- 
This email may be signed or encrypted with GnuPG (http://www.gnupg.org).
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140128/359770c1/attachment.sig>


More information about the IPython-dev mailing list