repo git: ignore global gitconfig options when parsing the git log

This commit is contained in:
Hylke Bons 2012-03-20 17:26:47 +00:00
parent 4e4a2fa207
commit d5fd131a3a

View file

@ -564,7 +564,7 @@ namespace SparkleLib.Git {
// Console.OutputEncoding = System.Text.Encoding.Unicode;
SparkleGit git_log = new SparkleGit (LocalPath,
"log -" + count + " --raw -M --date=iso --format=medium");
"log -" + count + " --raw -M --date=iso --format=medium --no-color");
git_log.Start ();
// Reading the standard output HAS to go before