Git.vala
[gitlive] / Git.vala
index 37cac65..a1f3b4c 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -18,7 +18,8 @@ void main()
 
        
        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;
        /*