Skip to content
Snippets Groups Projects
Verified Commit fb0c12cb authored by Karthik Nayak's avatar Karthik Nayak Committed by GitLab
Browse files

Merge branch 'jt/upgrade-git-version-17-10' into '17-0-stable'

Makefile: update Git versions (v17.0 backport)

See merge request !6996



Merged-by: Karthik Nayak's avatarKarthik Nayak <knayak@gitlab.com>
Approved-by: Patrick Steinhardt's avatarPatrick Steinhardt <psteinhardt@gitlab.com>
Approved-by: Karthik Nayak's avatarKarthik Nayak <knayak@gitlab.com>
Co-authored-by: default avatarJustin Tobler <jtobler@gitlab.com>
parents 363ffa95 db6933df
No related branches found
No related tags found
No related merge requests found
Pipeline #1322236375 passed
......@@ -128,11 +128,11 @@ GIT_EXECUTABLES += git-http-backend
## tags, branches, and commit ids.
GIT_VERSION ?=
## The Git version used for bundled Git v2.43.
GIT_VERSION_2_43 ?= v2.43.4
GIT_VERSION_2_43 ?= v2.43.5
## The Git version used for bundled Git v2.44.
GIT_VERSION_2_44 ?= v2.44.1.gl1
GIT_VERSION_2_44 ?= v2.44.2.gl1
## The Git version used for bundled Git v2.45.
GIT_VERSION_2_45 ?= v2.45.1
GIT_VERSION_2_45 ?= v2.45.2
## 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment