From: Alan Knowles Date: Tue, 30 Oct 2018 07:33:08 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=a2f5eb74c7611875cf5c181977879957547ed1da GitRepo.vala --- diff --git a/GitRepo.vala b/GitRepo.vala index bf6a1ba9..e7850a41 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -147,10 +147,12 @@ public class GitRepo : Object return !FileUtils.test(this.gitdir + "/.gitlive-disable-autopush" , FileTest.EXISTS); } + Gee.HashMap branches; public void loadBranches() { - + string[] cmd = { "add", f }; + var res = this.git( cmd ); }