From ae90c616b2f621efd32c30f52ad2be0ba03c0df7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 8 Nov 2012 16:02:55 +0000 Subject: [PATCH] fetcher git: typo in config setting --- SparkleLib/Git/SparkleFetcherGit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Git/SparkleFetcherGit.cs b/SparkleLib/Git/SparkleFetcherGit.cs index a81264d0..ec8782be 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -332,7 +332,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.precomposeunicode true", // Use the same Unicode form on all filesystems "core.safecrlf false", "core.packedGitLimit 128m", // Some memory limiting options "core.packedGitWindowSize 128m",