Merge pull request #984 from brandondahler/master

Too large commit log causes git to hang
This commit is contained in:
Hylke Bons 2012-09-22 05:37:34 -07:00
commit 321efb4384

View file

@ -911,6 +911,7 @@ namespace SparkleLib.Git {
}
}
git_status.StandardOutput.ReadToEnd();
git_status.WaitForExit ();
return message;
}