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:
authorkarthik nayak <knayak@gitlab.com>2023-09-29 11:47:09 +0300
committerkarthik nayak <knayak@gitlab.com>2023-09-29 11:47:09 +0300
commita1557e8a526fc4554781f94afa3ac5102abb7264 (patch)
treea29d20228202f70f9b1e1dbba4112b97014e89a7
parentd6392d3656ff007d2161726f4501ad175624e0ef (diff)
parent87afe7ebacd62912db0cb7a40522719c22911a74 (diff)
Merge branch 'pks-git-bump-distribution-to-v2-42' into 'master'
git: Bump the default version of the Git distribution to v2.42 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6427 Merged-by: karthik nayak <knayak@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7b7ec5d9..d3088f6f4 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,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_41}
+ override GIT_VERSION := ${GIT_VERSION_2_42}
else
# Support both vX.Y.Z and X.Y.Z version patterns, since callers across GitLab
# use both.