repo git: Resolve conflicts with SparkleShare as author

This commit is contained in:
Hylke Bons 2017-02-03 01:03:01 +00:00
parent 748c929844
commit 91a3a79693

View file

@ -568,7 +568,9 @@ namespace Sparkles.Git {
Add ();
var git = new GitCommand (LocalPath, "commit --message \"Conflict resolution by SparkleShare\"");
var git = new GitCommand (LocalPath,
"commit --message=\"Conflict resolution\" --author=\"SparkleShare <info@sparkleshare.org>\"");
git.StartInfo.RedirectStandardOutput = false;
git.StartAndWaitForExit ();