From ee69c212afad7229a6f0791a895c6dda6fa21d54 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 14 Sep 2026 15:01:18 +0200 Subject: RFC: git: update to v2.56.0-rc0 Update to git version v2.56.0-rc0, no changes required. Signed-off-by: Christian Hesse --- Makefile | 4 ++-- git | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d039293..c58317c 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.55.0 -GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz +GIT_VER = 2.56.0.rc0 +GIT_URL = https://www.kernel.org/pub/software/scm/git/testing/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r MAN5_TXT = $(wildcard *.5.txt) diff --git a/git b/git index e9019fc..fa7f929 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit e9019fcafe0040228b8631c30f97ae1adb61bcdc +Subproject commit fa7f9290efe2bd22dd736689597b474b93798e11 -- cgit v1.2.3