From d5fd131a3a390a2dd90d1628c1565412d3894e79 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 20 Mar 2012 17:26:47 +0000 Subject: [PATCH] repo git: ignore global gitconfig options when parsing the git log --- SparkleLib/Git/SparkleRepoGit.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index 1d351488..219ac29c 100644 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -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