From ce3c4483ba8ca67a86ece31a29b3e7ac2d618879 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Mar 2019 15:17:22 +0800 Subject: [PATCH] Git.vala --- Git.vala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Git.vala b/Git.vala index 57a03993..2e7a0e1e 100644 --- a/Git.vala +++ b/Git.vala @@ -301,7 +301,7 @@ namespace GitLive { } GLib.debug("Remote: name=%s oid=%s local_oid=%s is_local=%s", - br.get_name().substring(12), + br.get_name().substring(11), br.get_oid().to_string(), br.get_local_oid().to_string(), br.is_local() ? "Y" : "n" @@ -309,8 +309,7 @@ namespace GitLive { } } - - + Ggit.Branch? getBranch(string remote_name, string remote_branch_name) { -- 2.39.2