]> source.dussan.org Git - jgit.git/commit
Set core.precomposeunicode to true when creating repository on Mac 16/7116/3
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 2 Aug 2012 22:56:46 +0000 (00:56 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Tue, 21 Aug 2012 22:36:11 +0000 (00:36 +0200)
commitdccad56c9a8714398f813f953704a52d3aa3c0cc
tree60a11c8ceaed1e12868bf35be51f529095f741c0
parentf5ef963acdd1db4f0a6cd6173ff269a01e0e697b
Set core.precomposeunicode to true when creating repository on Mac

Java has no option but to use precomposed Unicode, so we should
state that when creating a new repository. Not that Java will use
precomposed unicode regardless of this setting, but this reduces
the risk of incompatibility with C Git.

Change-Id: I3779b75f76d2e2061c836cbc9b4b7c2ae0cf18f4
org.eclipse.jgit.pgm.test/tst/org/eclipse/jgit/pgm/ConfigTest.java
org.eclipse.jgit/src/org/eclipse/jgit/lib/ConfigConstants.java
org.eclipse.jgit/src/org/eclipse/jgit/storage/file/FileRepository.java