GitRepo.vala
[gitlive] / GitRepo.vala
index 99b0267..ef8bf2b 100644 (file)
@@ -22,6 +22,7 @@ public class GitRepo : Object
     public Gee.HashMap<string,bool> ignore_files;
     public GitBranch currentBranch;
 
+       public RooTicket? activeTicket;
 
        public static GitRepo singleton()
     {
@@ -165,6 +166,7 @@ public class GitRepo : Object
          if ( !cache.has_key(path) ) {
                cache.set( path, this);
        }
+       this.loadBranches();
     } 
     
     
@@ -200,6 +202,10 @@ public class GitRepo : Object
         }
     
     }
+     
+    
+    
+    
     public string branchesToString()
     {
        var ret = "";