Skip to content
Snippets Groups Projects
Commit fdaf6671 authored by Patrick Steinhardt's avatar Patrick Steinhardt
Browse files

Upgrade Git to v2.28.0

Gitaly is moving its default and minimum required version of Git to
v2.28.0. So let's move our default version to match this new
requirement.
parent c7125bc0
No related branches found
No related tags found
No related merge requests found
---
title: Upgrade Git to v2.28.0
merge_request: 4459
author:
type: added
......@@ -28,7 +28,7 @@
# - https://gitlab.com/gitlab-org/gitlab-foss/blob/master/.gitlab-ci.yml
# - https://gitlab.com/gitlab-org/gitlab-foss/blob/master/lib/system_check/app/git_version_check.rb
# - https://gitlab.com/gitlab-org/build/CNG/blob/master/ci_files/variables.yml
default_version '2.27.0'
default_version '2.28.0'
license 'GPL-2.0'
license_file 'COPYING'
......@@ -43,7 +43,7 @@
dependency 'libiconv'
source url: "https://www.kernel.org/pub/software/scm/git/git-#{version}.tar.gz",
sha256: '77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787'
sha256: 'f914c60a874d466c1e18467c864a910dd4ea22281ba6d4d58077cb0c3f115170'
relative_path "git-#{version}"
......
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