GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Thu, 15 Nov 2018 01:13:39 +0000 (09:13 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 15 Nov 2018 01:13:39 +0000 (09:13 +0800)
GitBranch.vala

index 1345d32..350eaa1 100644 (file)
@@ -106,6 +106,10 @@ public class GitBranch : Object
                 
             branches.get(rname).name = lname;
         }
+        foreach(var br in local.values) {
+               GLib.debug("BRANCH:\n%s\n" , br.toString());
+        }
+        
         /*
         this bit of the code tries to turn a local branch into a track of a remote one.
         -- that's probably not a good idea.