GitRepo.vala
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:32:19 +0000 (15:32 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 07:32:19 +0000 (15:32 +0800)
GitRepo.vala

index b36d459..bf6a1ba 100644 (file)
@@ -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.