Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 07:07:02 +0000 (15:07 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 13 Mar 2019 07:07:02 +0000 (15:07 +0800)
Git.vala

index 9ad50b0..a3d6d62 100644 (file)
--- 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) {