From: Alan Knowles Date: Wed, 13 Mar 2019 07:15:15 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=b3e0b70ca0ebc4bb2b65ad7500639eb8b9e34159 Git.vala --- diff --git a/Git.vala b/Git.vala index d8ef3c05..0fc4754f 100644 --- a/Git.vala +++ b/Git.vala @@ -99,7 +99,7 @@ namespace GitLive { foreach(var br in this.branches) { GLib.debug("test:%s=%s", br.get_upstream().get_shorthand() , target); - if ( br.get_upstream().get_shorthand() == remote_branch_name) { + if ( br.get_upstream().get_shorthand() == target) { return br; }