From accf4474561eca508593d9fd2b0bf2ac3989cf02 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 15 Jul 2012 21:01:06 +0200 Subject: [PATCH] git: Use the same Unicode form on all filesystems. Closes #478 --- SparkleLib/Git/SparkleFetcherGit.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index 778e19cc..e126d30a 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -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",