GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 14 May 2014 08:00:11 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 May 2014 08:00:11 +0000 (16:00 +0800)
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 );