From 017fc6e3ef09e8b00d9b70198789a6e0bebc74b4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Nov 2018 12:21:50 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 1 + 1 file changed, 1 insertion(+) 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... } -- 2.39.2