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-06-09 10:10:31 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-06-09 10:52:12 +0300
commit8d4884c01f52eb8e3678de2ec837e50ae366f17e (patch)
tree8d10b48d97507fbc2af0fe80000ed7af81783bf2
parente6b266da4cef2bbdefc707a4257b93e774e71c22 (diff)
Makefile: Upgrade Git to v2.32.0
With Git v2.32.0 having been released, let's upgrade Gitaly's distributed version of Git to that version. The minimum required version remains v2.31.0. Changelog: changed
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd6baa755..f5ed9986e 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,7 @@ GO_JUNIT_REPORT_VERSION ?= 984a47ca6b0a7d704c4b589852051b4d7865aa17
GO_LICENSES_VERSION ?= 73411c8fa237ccc6a75af79d0a5bc021c9487aad
PROTOC_VERSION ?= 3.12.4
PROTOC_GEN_GO_VERSION ?= 1.3.2
-GIT_VERSION ?= v2.31.1
+GIT_VERSION ?= v2.32.0
GIT2GO_VERSION ?= v31
LIBGIT2_VERSION ?= v1.1.0
@@ -97,7 +97,7 @@ ifndef GIT_PATCHES
# Before adding custom patches, please read doc/PROCESS.md#Patching-git
# first to make sure your patches meet our acceptance criteria. Patches
# must be put into `_support/git-patches`.
- GIT_PATCHES += pack-bitmap-avoid-traversal-of-uninteresting-tag.patch
+ #GIT_PATCHES +=
endif
ifndef GIT_BUILD_OPTIONS