X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=GitMonitorQueue.vala;fp=GitMonitorQueue.vala;h=561aa669d7e513b67adae3b2248a25b346f3367c;hb=6ba3985908498235b2ef11df2681d4072293da64;hp=c4cf9d9848cfcda18f24c7f561df268e807123b9;hpb=7e5e00cd072a1763e31c6505560e5ce7f461f052;p=gitlive diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index c4cf9d98..561aa669 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -44,7 +44,7 @@ public class GitMonitorQueue : MonitorNamePathDir { this.repo = GitRepo.get(this.gitpath); // trigger the suggestion to start a new branch - if (!this.shouldIgnore()) { + if (!this.shouldIgnore() && !this.repo.currentBranch.name.has_prefix("wip_")) { NewBranch.singleton().show(this.repo); } }