Upgrade to Git 2.26

Git 2.26.0 has been released and it contains patches that we
manually added to Git 2.24, see:

https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/3896
https://gitlab.com/gitlab-org/git/issues/7

Part of: https://gitlab.com/gitlab-org/gitaly/-/issues/2497
This commit is contained in:
Christian Couder 2020-03-27 10:09:58 +01:00
parent 3b3dd01034
commit ba697d43d8
2 changed files with 35 additions and 31 deletions

View file

@ -73,6 +73,10 @@ function print_git_args() {
GIT_VERSION=2.24.1
GIT_DOWNLOAD_SHA256=ad5334956301c86841eb1e5b1bb20884a6bad89a10a6762c958220c7cf64da02
;;
2.26)
GIT_VERSION=2.26.0
GIT_DOWNLOAD_SHA256=aa168c2318e7187cd295a645f7370cc6d71a324aafc932f80f00c780b6a26bed
;;
*) echo "Unknown git version $1"; exit 1;
esac