fetcher git: typo in config setting

This commit is contained in:
Hylke Bons 2012-11-08 16:02:55 +00:00
parent 3a62378086
commit ae90c616b2

View file

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