GitRepo.vala
[gitlive] / 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";
                
     }