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:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-05-10 13:20:48 +0300
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2023-05-10 13:20:48 +0300
commitcc9e825354b23d566d9d499059ee068043dd3f03 (patch)
tree5ebcb3b3ac4d933844c19905be37978abb7646bd
parentef3433304b059acc8b8e3e24b5b2971c80f9652a (diff)
parent024bff18420df54c8680d705f47b441e724eaf62 (diff)
Merge remote-tracking branch 'dev/15-10-stable' into 15-10-stable
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d1a0629a..89067eb64 100644
--- a/Makefile
+++ b/Makefile
@@ -133,9 +133,9 @@ GIT_EXECUTABLES += git-http-backend
## tags, branches, and commit ids.
GIT_VERSION ?=
## The Git version used for bundled Git v2.38.
-GIT_VERSION_2_38 ?= v2.38.4.gl1
+GIT_VERSION_2_38 ?= v2.38.5.gl1
## The Git version used for bundled Git v2.39.
-GIT_VERSION_2_39 ?= v2.39.2
+GIT_VERSION_2_39 ?= v2.39.3.gl1
## Skip overriding the Git version and instead use the Git version as specified
## in the Git sources. This is required when building Git from a version that