From: Alan Knowles Date: Wed, 13 Mar 2019 07:07:55 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=84bb0885662179a10196519dd8238fe4c2180c17 Git.vala --- diff --git a/Git.vala b/Git.vala index 74cfb6c4..2aabd962 100644 --- a/Git.vala +++ b/Git.vala @@ -96,7 +96,7 @@ namespace GitLive { GLib.debug("lookup %s:%s", remote_name, remote_branch_name); foreach(var br in this.branches) { GLib.debug("test:%s", br.get_upstream().get_shorthand()); - if ("ref/heads/" + remote_name + br.get_upstream().get_shorthand() == remote_branch_name) { + if ("ref/heads/" + remote_name + "/" + br.get_upstream().get_shorthand() == remote_branch_name) { return br; }