GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 06:40:10 +0000 (14:40 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 06:40:10 +0000 (14:40 +0800)
GitBranch.vala

index 18aa32c..b2a8f70 100644 (file)
@@ -63,6 +63,11 @@ public class GitBranch : Object
                var local =  new Gee.HashMap<string,GitBranch>();
                var remotes  =  new Gee.HashMap<string,GitBranch>();
                
+               
+               this.loadLocalBranches();
+               this.loadRemoteHeads();
+                       
+               
       //        repo.git( { "fetch",  "-a" } ); == done async before...
                
        string[] cmd = { "branch",   "--no-color", "--verbose", "--no-abbrev" , "-a"  };