]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 6th batch main master
authorJunio C Hamano <gitster@pobox.com>
Tue, 21 Jul 2026 17:18:29 +0000 (10:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Jul 2026 17:18:37 +0000 (10:18 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.56.0.adoc

index 5c6bfe1fd86a5b6e69161937cee81fcc615e19d9..9e3bf38f5e5a74d3b600bbe1d492ee393b498aea 100644 (file)
@@ -163,6 +163,10 @@ Performance, Internal Implementation, Development Support etc.
    dereferences and invalid file descriptor accesses flagged by
    Coverity.
 
+ * The in-tree 'b4' cover letter template has been updated to include the
+   'change-id' trailer, ensuring that sent tags generated by 'b4' contain
+   the required tracking information for subsequent runs.
+
 
 Fixes since v2.55
 -----------------
@@ -298,3 +302,7 @@ Fixes since v2.55
    split commit-graph chain, causing topological levels for commits in
    base layers to be recomputed during incremental writes.  This has been
    corrected.
+
+ * The stream-based object signature verification path has been
+   corrected to avoid double-closing the stream on read errors.
+   (merge cfd52a74a0 ps/odb-stream-double-close-fix later to maint).