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=' '