From 42c22215e326d4b086564564d83fb63e73a692a7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 May 2014 16:00:11 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index 8659ac6e..5d158cd5 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -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 ); -- 2.39.2