The 6th batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jul 21, 2026 at 10:18 UTC 5d2e7709234afea1b6ddb25cd4f60d3d5fb3c200
1 file changed +8
Documentation/RelNotes/2.56.0.adoc
+8
@@ -163,6 +163,10 @@ Performance, Internal Implementation, Development Support etc.
163 dereferences and invalid file descriptor accesses flagged by
164 Coverity.
165
166 + * The in-tree 'b4' cover letter template has been updated to include the
167 + 'change-id' trailer, ensuring that sent tags generated by 'b4' contain
168 + the required tracking information for subsequent runs.
169 +
170
171 Fixes since v2.55
172 -----------------
@@ -298,3 +302,7 @@ Fixes since v2.55
302 split commit-graph chain, causing topological levels for commits in
303 base layers to be recomputed during incremental writes. This has been
304 corrected.
305 +
306 + * The stream-based object signature verification path has been
307 + corrected to avoid double-closing the stream on read errors.
308 + (merge cfd52a74a0 ps/odb-stream-double-close-fix later to maint).