Update vendored libgit2 to latest
This commit is contained in:
parent
7969aefd42
commit
1c1346d364
|
@ -6,8 +6,8 @@ package git
|
|||
#include <git2.h>
|
||||
#cgo pkg-config: libgit2
|
||||
|
||||
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 25
|
||||
# error "Invalid libgit2 version; this git2go supports libgit2 v0.25"
|
||||
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 26
|
||||
# error "Invalid libgit2 version; this git2go supports libgit2 v0.26"
|
||||
#endif
|
||||
|
||||
*/
|
||||
|
|
|
@ -9,8 +9,8 @@ package git
|
|||
#cgo !windows pkg-config: --static ${SRCDIR}/vendor/libgit2/build/libgit2.pc
|
||||
#include <git2.h>
|
||||
|
||||
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 25
|
||||
# error "Invalid libgit2 version; this git2go supports libgit2 v0.25"
|
||||
#if LIBGIT2_VER_MAJOR != 0 || LIBGIT2_VER_MINOR != 26
|
||||
# error "Invalid libgit2 version; this git2go supports libgit2 v0.26"
|
||||
#endif
|
||||
|
||||
*/
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit df4dfaadcf709646ebab2e57e3589952cf1ac809
|
||||
Subproject commit 3c21645360a0b06d6ed5f028e9517d65f8e11bc1
|
Loading…
Reference in New Issue