From 2eeb71afb62cd2cf0ef582e7bf5717e80e6ba81e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 27 Mar 2019 11:27:42 +0800 Subject: [PATCH] Git.vala --- Git.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Git.vala b/Git.vala index 37cac65e..a1f3b4c5 100644 --- 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; /* -- 2.39.2