From: Alan Date: Mon, 29 May 2023 02:30:25 +0000 (+0800) Subject: revert code that did not affect memory X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain revert code that did not affect memory --- diff --git a/GitRepo.vala b/GitRepo.vala index e3a72949..a4d1bfd3 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -218,12 +218,12 @@ public class GitRepo : Object this.repo = Ggit.Repository.open(GLib.File.new_for_path(path)); - //var r = this.repo.lookup_remote("origin"); + var r = this.repo.lookup_remote("origin"); //var r = this.git({ "remote" , "get-url" , "--push" , "origin"}); - //var uri = new Soup.URI(r.get_url()); - //this.host = uri.get_host(); + var uri = new Soup.URI(r.get_url()); + this.host = uri.get_host(); this.init_config(); this.loadBranches();