summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2015-01-04 17:05:11 +0000
committerCarlos Martín Nieto <[email protected]>2015-01-04 17:05:11 +0000
commitd57246fb74404ed8b18d0d26d2b02b326ffd2cbe (patch)
tree10a2ee2916f886a7324b21e8401b02749a6ff365 /git.go
parentdff9badc05f5fd98e8f6d002e1537c7ee3ef634f (diff)
Update to libgit2 master
This gets rid of the Push object. All network now goes through the Remote object.
Diffstat (limited to 'git.go')
-rw-r--r--git.go1
1 files changed, 1 insertions, 0 deletions
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 <git2.h>
+#include <git2/sys/openssl.h>
*/
import "C"
import (