repo git: Don't show commits by SparkleShare in history

This commit is contained in:
Hylke Bons 2017-02-03 01:05:00 +00:00
parent 91a3a79693
commit 41b4fa390d

View file

@ -700,6 +700,10 @@ namespace Sparkles.Git {
change_set.Folder = new SparkleFolder (Name);
change_set.Revision = match.Groups [1].Value;
change_set.User = new User (match.Groups [2].Value, match.Groups [3].Value);
if (change_set.User.Name == "SparkleShare")
continue;
change_set.RemoteUrl = RemoteUrl;
change_set.Timestamp = new DateTime (int.Parse (match.Groups [4].Value),