Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:57:33 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:57:33 +0000 (15:57 +0800)
Git.vala

index 749df82..ea7c8f8 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -19,7 +19,7 @@ void main()
 
        Ggit.init();
        var a = new Git.Repo("/home/alan/gitlive/web.Texon");
-       a.test();
+       a.fetchAll();
 }
  
 
@@ -36,7 +36,7 @@ namespace  Git {
                        this.callbacks = new Callbacks(this);
                
                }
-               public void fetch()
+               public void fetchAll()
                {
                        // remotes probably will not work with http auth..
                        var ar = this.repo.list_remotes();