Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Documentation/RelNotes/2.56.0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DEF_VER=v2.56.0-rc1
DEF_VER=v2.56.0-rc2

LF='
'
Expand Down