[sparklerepo] don't configure username every time sparkleshare is started

This commit is contained in:
Hylke Bons 2010-07-19 23:02:14 +01:00
parent a0af75cc78
commit 3382c9009d

View file

@ -70,10 +70,6 @@ namespace SparkleShare {
else
UserName = UnixUserInfo.RealName;
Process.StartInfo.FileName = "git";
Process.StartInfo.Arguments = "config user.name " + UserName;
Process.Start ();
// Get user.email, example: "user@github.com"
UserEmail = "not.set@git-scm.com";
Process.StartInfo.FileName = "git";