From: Alan Knowles Date: Fri, 2 Nov 2018 04:21:50 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=017fc6e3ef09e8b00d9b70198789a6e0bebc74b4 GitRepo.vala --- 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... }