git config: Add a tab before options

This commit is contained in:
Hylke Bons 2012-01-17 01:08:26 +00:00
parent 38e8db9e70
commit 6136730fab

View file

@ -188,7 +188,7 @@ namespace SparkleLib {
// Show special characters in the logs
config = config.Replace ("[core]" + n,
"[core]" + n + "quotepath = false" + n);
"[core]" + n + "\tquotepath = false" + n);
// Be case sensitive explicitly to work on Mac
config = config.Replace ("ignorecase = true", "ignorecase = false");