GitRepo.vala
[gitlive] / GitRepo.vala
index a59c043..e51d150 100644 (file)
@@ -171,7 +171,8 @@ public class GitRepo : Object
     
     public bool is_wip_branch()
     {
-    
+       return this.currentBranch.name.has_prefix("wip_")
+               
     }
     
     public bool is_autocommit ()