Fix bug from too large of commit log (introduced 1c8cffd178).

This commit is contained in:
Brandon Dahler 2012-09-21 19:27:26 -05:00
parent 2f50b4e2e0
commit c440b70fa2

View file

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