GitRepo.vala
[gitlive] / GitRepo.vala
index 8659ac6..5d158cd 100644 (file)
@@ -244,7 +244,7 @@ public class GitRepo : Object
     public string pull () throws Error, SpawnError
     {
         // should probably hand error conditions better... 
-        string[] cmd = { "pull" };
+        string[] cmd = { "pull" , "--no-edit" };
         return this.git( cmd );