From a2f5eb74c7611875cf5c181977879957547ed1da Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 15:33:08 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ); } -- 2.39.2