X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitRepo.vala;h=93a94e24e95705de89ff2fa24f603b8fcd59b2e9;hb=a978cf5ed4d78f0c5de51e505e3a314c516aeb72;hp=9581510b5fc993fe97de3f4618ee10f1837bf1fd;hpb=f632de28d2b6ddc4254dc8321e7449155cb2396e;p=gitlive diff --git a/GitRepo.vala b/GitRepo.vala index 9581510b..93a94e24 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" , "--no-edit" }; + string[] cmd = { "pull" , "--no-edit", "origin", "HEAD" }; return this.git( cmd );