From 4ba62337017ace98e6807b3f5db86c697dd68115 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 27 Oct 2025 17:00:49 +0100 Subject: git: update to v2.51.2 Update to git version v2.51.2, no additional changes required. Signed-off-by: Christian Hesse --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bebd031..6e974a7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 2.51.1 +GIT_VER = 2.51.2 GIT_URL = https://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.xz INSTALL = install COPYTREE = cp -r diff --git a/git b/git index 81f86aa..bb5c624 160000 --- a/git +++ b/git @@ -1 +1 @@ -Subproject commit 81f86aacc4eb74cdb9c2c8082d36d2070c666045 +Subproject commit bb5c624209fcaebd60b9572b2cc8c61086e39b57 -- cgit