GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:48:15 +0000 (11:48 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:48:15 +0000 (11:48 +0800)
GitRepo.vala

index 36de071..64f1bcf 100644 (file)
@@ -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";
                
     }