X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Git.vala;h=63c03c7e722fb7056c41c7034c56a5ba1f2c1347;hb=ee8e2cc9e8ebe8bc0b0455e27862ebdcb68794f4;hp=503588d8bed3ad7ae4db26ef4e0c45645134d0a2;hpb=5413e2728efb9e7fd4c17ef2349b2adf66fa33a3;p=gitlive diff --git a/Git.vala b/Git.vala index 503588d8..63c03c7e 100644 --- a/Git.vala +++ b/Git.vala @@ -16,8 +16,9 @@ void main() } ); + Ggit.init(); - var a = new GitLive.Repo("/home/alan/gitlive/web.coba"); + var a = new GitLive.Repo("/home/alan/gitlive/web.Texon"); a.fetchAll(); return; /* @@ -342,7 +343,7 @@ namespace GitLive { Idle.add((owned) callback); return true;; }; - new Thread("loadRemoteHeads-" + this.repo.name, run); + new Thread("loadRemoteHeads-" , run); yield;