From: Alan Knowles Date: Wed, 13 Mar 2019 07:07:02 +0000 (+0800) Subject: Git.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d3285a52687358e75b52bd364a006580878cf35a Git.vala --- diff --git a/Git.vala b/Git.vala index 9ad50b07..a3d6d622 100644 --- a/Git.vala +++ b/Git.vala @@ -91,7 +91,7 @@ namespace GitLive { } - Ggit.Branch? getBranch(string remote_name) + Ggit.Branch? getBranch(string remote_name, string remote_branch_name) { GLib.debug("lookup %s", remote_name); foreach(var br in this.branches) {