GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:23:46 +0000 (15:23 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:23:46 +0000 (15:23 +0800)
GitBranch.vala

index 793bb2d..8501606 100644 (file)
@@ -68,7 +68,7 @@ public class GitBranch : Object
        //var branches =  new Gee.HashMap<string,GitBranch>();
                //var local =  new Gee.HashMap<string,GitBranch>();
                var remotes  =  new Gee.HashMap<string,string>();
-                
+               var remotes_used  =  new Gee.HashMap<string,bool>();
   
                
                var rem = repo.repo.lookup_remote("origin");