GitRepo.vala
[gitlive] / GitRepo.vala
index e51d150..2df125a 100644 (file)
@@ -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...
     }