Git.vala
authorAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 03:27:42 +0000 (11:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Mar 2019 03:27:42 +0000 (11:27 +0800)
Git.vala

index 37cac65..a1f3b4c 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -18,7 +18,8 @@ void main()
 
        
        Ggit.init();
 
        
        Ggit.init();
-       var a = new GitLive.Repo("/home/alan/gitlive/web.Texon");
+       var a = new GitLive.Repo("/home/alan/gitlive/gitlive");
+       a.diffhead();
        a.fetchAll();
        return;
        /*
        a.fetchAll();
        return;
        /*