From 334640962c7fa96d407d1c71df709c94708bcef9 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 9 Aug 2025 00:17:51 +0200 Subject: git: update to v2.51.0 Update to git version v2.51.0, this requires changes for these upstream commits: * 8f49151763cb81adf4bcec53c1ae67057081b02d object-store: rename files to "odb.{c,h}" Signed-off-by: Christian Hesse --- cgit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 9146d9a..653ec28 100644 --- a/cgit.h +++ b/cgit.h @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include -- cgit