From 3bc0341126508f78f5869cbfc0005e987efdf0c7 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 22 Sep 2026 05:36:33 -0700 Subject: [PATCH] Git 2.56-rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.56.0.adoc | 3 ++- GIT-VERSION-GEN | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/RelNotes/2.56.0.adoc b/Documentation/RelNotes/2.56.0.adoc index 7056e990fa49ea..b2a7440c5e8f7f 100644 --- a/Documentation/RelNotes/2.56.0.adoc +++ b/Documentation/RelNotes/2.56.0.adoc @@ -888,7 +888,8 @@ Fixes since v2.55 (merge ec602484bd kh/doc-datamodel later to maint). * Running "git history" in a corrupt repository can (unsurprisingly) - segfault when a necessary tree object is not found. + segfault when a necessary tree object is not found, which has been + made to die more gracefully. (merge 76621488e8 jc/history-missing-tree-errorfix later to maint). * The development helper script to lint gitlink references in the diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e1ba5497648c07..3b5fe08c19cc40 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.56.0-rc1 +DEF_VER=v2.56.0-rc2 LF=' '