From: Alan Knowles Date: Wed, 19 Dec 2018 03:48:15 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=35561ccf986b4afd757a696373f025a595457306 GitRepo.vala --- 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"; }