GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2018 08:38:07 +0000 (16:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2018 08:38:07 +0000 (16:38 +0800)
GitBranch.vala

index 97c21d7..f5219fc 100644 (file)
@@ -46,7 +46,7 @@ public class GitBranch : Object
                repo.branches = new Gee.HashMap<string,GitBranch>();
        
        var branches =  new Gee.HashMap<string,GitBranch>();
+               var local =  new Gee.HashMap<string,GitBranch>();
        
        string[] cmd = { "branch",   "--no-color", "--verbose", "--no-abbrev" , "-a"  };
         var res = repo.git( cmd );