From: Alan Knowles Date: Thu, 1 Nov 2018 13:30:34 +0000 (+0800) Subject: GitMonitorQueue.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=fe09376a1c5563e0d5e0b08b713816332e479d30 GitMonitorQueue.vala --- diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 7d40d542..c4cf9d98 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -44,11 +44,12 @@ public class GitMonitorQueue : MonitorNamePathDir { this.repo = GitRepo.get(this.gitpath); // trigger the suggestion to start a new branch - - NewBranch.signleton().show(this.repo); - + if (!this.shouldIgnore()) { + NewBranch.singleton().show(this.repo); + } } + public bool shouldIgnore() {