fetcher git: Fix typo pointing to excludes file

This commit is contained in:
Hylke Bons 2013-07-06 19:05:12 +01:00
parent a0677e753b
commit af2f7c58f7

View file

@ -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",