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>2023-02-28 13:28:33 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-28 13:33:59 +0300
commit7511b286aa0a0db89aea3b6870ad92aa5b556de6 (patch)
tree91d7a14a40d79454b35f89b072ae41d431ec1fef /Makefile
parent45fa9e34dd953cdb9e92dfad725af9130fe6efa8 (diff)
git: Bump Git distribution's default version to v2.39
Bump the version used by our Git distribution to v2.39. This is in accordance to bundled Git, where we now exclusively use Git v2.39 as well. Changelog: changed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88c8e1d1f..e708a864a 100644
--- a/Makefile
+++ b/Makefile
@@ -145,7 +145,7 @@ SKIP_OVERRIDING_GIT_VERSION ?=
# The default version is used in case the caller does not set the variable or
# if it is either set to the empty string or "default".
ifeq (${GIT_VERSION:default=},)
- override GIT_VERSION := ${GIT_VERSION_2_38}
+ override GIT_VERSION := ${GIT_VERSION_2_39}
else
# Support both vX.Y.Z and X.Y.Z version patterns, since callers across GitLab
# use both.