Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-12 09:47:25 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-14 09:34:42 +0300
commit09ed59a25c6c61c7efb18466362304eb4ac0e030 (patch)
tree19185e597fc0bd724e38f07af79d9955cc52395e /Makefile
parentaaada0062919dcac67fd814f0079013e9aa6d76a (diff)
Upgrade libgit2 to v1.2.0
libgit2 v1.2.0 has been released on September 1st. Next to a bunch of new features and performance improvements, this release also contains a fix for unpacking objects from packfiles which sometimes led to errors. This is an error we have seen once or twice in the past. Upgrade our version of libgit2 to v1.2.0, along with the correspongind update of Git2Go to v32 and Rugged to v1.2.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4d5bd0f40..674075470 100644
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,8 @@ PROTOC_VERSION ?= 3.17.3
PROTOC_GEN_GO_VERSION ?= 1.26.0
# https://pkg.go.dev/google.golang.org/grpc/cmd/protoc-gen-go-grpc
PROTOC_GEN_GO_GRPC_VERSION?= 1.1.0
-GIT2GO_VERSION ?= v31
-LIBGIT2_VERSION ?= v1.1.0
+GIT2GO_VERSION ?= v32
+LIBGIT2_VERSION ?= v1.2.0
# Support both vX.Y.Z and X.Y.Z version patterns, since callers across
# GitLab use both.