From 43b29bb4bbe76f64630ebfbdc6cc77aa61960058 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Nov 2018 14:53:11 +0800 Subject: [PATCH] sync --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index c739d622..798971c4 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -262,7 +262,7 @@ public class GitMonitor : Monitor - GLib.debug("GitMonitor.runQueue\n"); + GLib.debug("GitMonitor.runQueue size =%d\n", this.queue.size); this.queueRunning = true; @@ -299,7 +299,7 @@ public class GitMonitor : Monitor var gitpath = cmd.gitpath; var repo = GitRepo.get( gitpath ); - if ( !repo.is_wip_branch()) { + if ( !repo.is_wip_branch() && repo.is_auto_branch()) { leave_queued.add(cmd); continue; } -- 2.39.2