git: Use the same Unicode form on all filesystems. Closes #478

This commit is contained in:
Hylke Bons 2012-07-15 21:01:06 +02:00
parent a62d0cf62c
commit accf447456

View file

@ -316,6 +316,7 @@ namespace SparkleLib.Git {
"core.ignorecase false", // Be case sensitive explicitly to work on Mac
"core.filemode false", // Ignore permission changes
"core.autocrlf false", // Don't change file line endings
"core.precomposedunicode true", // Use the same Unicode form on all filesystems
"core.safecrlf false",
"core.packedGitLimit 128m", // Some memory limiting options
"core.packedGitWindowSize 128m",