From f57b3e8eee2db6a3984f89c13987e265596d0c14 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:16:21 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GitRepo.vala b/GitRepo.vala index 3986b22d..309a1a3a 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -274,6 +274,12 @@ public class GitRepo : Object } + + public void pull_async(Callback cb) { + + + } + /** * push: * Send local changes to remote repo(s) -- 2.39.2