X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitor.vala;h=798971c49438b46d9935dca0bee8c2382c88848b;hp=c739d622d61681de008067136f096eb67c56d7f3;hb=1ca3cefd12af4ec1e3cfa3469fbcfc1afc129723;hpb=9d62e97e5ecab71cdff5536e049eb2e06827e7d0 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; }