From d57246fb74404ed8b18d0d26d2b02b326ffd2cbe Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Sun, 4 Jan 2015 17:05:11 +0000 Subject: Update to libgit2 master This gets rid of the Push object. All network now goes through the Remote object. --- git.go | 1 + 1 file changed, 1 insertion(+) (limited to 'git.go') diff --git a/git.go b/git.go index 89bd561..8e78710 100644 --- a/git.go +++ b/git.go @@ -2,6 +2,7 @@ package git /* #include +#include */ import "C" import ( -- cgit v1.2.3