From 40c922f226779939a6632751f8d7bb1c22adb63a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 15:32:19 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index b36d4593..bf6a1ba9 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -145,7 +145,15 @@ public class GitRepo : Object public bool is_autopush () { return !FileUtils.test(this.gitdir + "/.gitlive-disable-autopush" , FileTest.EXISTS); - } + } + + + public void loadBranches() + { + + + } + /** * add: * add files to track. -- 2.39.2