aboutsummaryrefslogtreecommitdiff
path: root/devel/gitaly/files/patch-vendor_github.com_libgit2_git2go_v32_Build__system__static.go
blob: 01938921051f3021e1255eded3ff0445b1a3512a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vendor/github.com/libgit2/git2go/v32/Build_system_static.go.orig	2021-11-22 21:35:07 UTC
+++ vendor/github.com/libgit2/git2go/v32/Build_system_static.go
@@ -8,7 +8,7 @@ package git
 #cgo CFLAGS: -DLIBGIT2_STATIC
 #include <git2.h>
 
-#if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 2
+#if LIBGIT2_VER_MAJOR != 1 || LIBGIT2_VER_MINOR < 2 || LIBGIT2_VER_MINOR > 3
 # error "Invalid libgit2 version; this git2go supports libgit2 between v1.2.0 and v1.2.0"
 #endif
 */