From 35561ccf986b4afd757a696373f025a595457306 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 11:48:15 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/GitRepo.vala b/GitRepo.vala index 36de0712..64f1bcf6 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -178,6 +178,7 @@ public class GitRepo : Object public bool is_master_branch() { + // special branches that do not allow autopushing now... return this.currentBranch.name == "master" || this.currentBranch.name == "roojs"; } -- 2.39.2