From af2f7c58f7b02a8a94647aefe27670aabcf346ab Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 6 Jul 2013 19:05:12 +0100 Subject: [PATCH] fetcher git: Fix typo pointing to excludes file --- 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 760a700e..d83057b5 100755 --- a/SparkleLib/Git/SparkleFetcherGit.cs +++ b/SparkleLib/Git/SparkleFetcherGit.cs @@ -325,7 +325,7 @@ namespace SparkleLib.Git { "core.autocrlf false", // Don't change file line endings "core.precomposeunicode true", // Use the same Unicode form on all filesystems "core.safecrlf false", - "core.exludesfile \"\"", + "core.excludesfile \"\"", "core.packedGitLimit 128m", // Some memory limiting options "core.packedGitWindowSize 128m", "pack.deltaCacheSize 128m",