From: Alan Knowles Date: Wed, 13 Mar 2019 07:12:10 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=03c7358d872db90bffdf6a236304a39b7f0ff249 Git.vala --- diff --git a/Git.vala b/Git.vala index 7cd5177e..cc455751 100644 --- a/Git.vala +++ b/Git.vala @@ -93,7 +93,7 @@ namespace GitLive { } Ggit.Branch? getBranch(string remote_name, string remote_branch_name) { - //GLib.debug("lookup %s:%s", remote_name, remote_branch_name); + GLib.debug("lookup %s:%s", remote_name, remote_branch_name); foreach(var br in this.branches) { GLib.debug("test:%s=%s", "refs/remotes/" + br.get_upstream().get_shorthand() , remote_branch_name); if ("refs/remotes/" + br.get_upstream().get_shorthand() == remote_branch_name) {