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

index f75b4df..36de071 100644 (file)
@@ -178,7 +178,7 @@ public class GitRepo : Object
     
     public bool is_master_branch()
     {
-       return this.currentBranch.name == "master";
+       return this.currentBranch.name == "master" || this.currentBranch.name == "roojs";
                
     }