X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitRepo.vala;h=2df125a2d41fd62b65143a5305c1531e598b5046;hp=e51d150385e785aff1147aaf85f43718688eed04;hb=017fc6e3ef09e8b00d9b70198789a6e0bebc74b4;hpb=51216382edce7755c7cf7cb299c373f60c6018d2 diff --git a/GitRepo.vala b/GitRepo.vala index e51d1503..2df125a2 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -239,6 +239,7 @@ public class GitRepo : Object string[] cmd = { "checkout", "-b" , branchname }; this.git(cmd); this.loadBranches(); // update branch list... + GitMonitor.gitmonitor.runQueue(); // commit any outstanding... }