From: Alan Knowles Date: Tue, 30 Oct 2018 07:32:19 +0000 (+0800) Subject: GitRepo.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=40c922f226779939a6632751f8d7bb1c22adb63a GitRepo.vala --- 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.