From 6a4f75ba7417d439b3fedb61776f25eb51b2a409 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 Mar 2019 17:46:50 +0800 Subject: [PATCH] Git2.vala --- Git2.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Git2.vala b/Git2.vala index 12898081..5f8e42b8 100644 --- a/Git2.vala +++ b/Git2.vala @@ -24,11 +24,13 @@ namespace GitLive { { Git.Repository repo; - (string path) + public Repo (string path) { Git.Repository.open(this.repo , path); } + + bool push(git_repository *repository) -- 2.39.2