From 3808a0b3ea80d8e991e4ac5ac2c5de2d5102649d Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Tue, 4 Jul 2023 14:22:59 +0200 Subject: git: Update to Git v2.41.0.gl1 We have recently upstreamed a new `-Z` option for git-cat-objects(1) that will cause it to NUL-terminate its output. This is required so that it becomes possible to request revisions from it that contain embedded newlines while using one of the `--batch` modes. We have backported this patch series into Git v2.41.0.gl1, so let's upgrade to that version so that we can start using this option. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24ba59c41..6c8f82532 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ GIT_VERSION ?= ## The Git version used for bundled Git v2.40. GIT_VERSION_2_40 ?= v2.40.1.gl2 ## The Git version used for bundled Git v2.41. -GIT_VERSION_2_41 ?= v2.41.0 +GIT_VERSION_2_41 ?= v2.41.0.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 -- cgit v1.2.3