From: Junio C Hamano Date: Fri, 6 Dec 2024 03:50:15 +0000 (+0900) Subject: The fourteenth batch X-Git-Tag: v2.48.0-rc0~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e66fd72e972df760a53c3d6da023c17adfc426d6;p=thirdparty%2Fgit.git The fourteenth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt index 137dc10028..b9d1b129cd 100644 --- a/Documentation/RelNotes/2.48.0.txt +++ b/Documentation/RelNotes/2.48.0.txt @@ -198,6 +198,12 @@ Fixes since v2.47 * Use the right helper program to measure file size in performance tests. (merge 3f97f1bce6 tb/use-test-file-size-more later to maint). + * A double-free that may not trigger in practice by luck has been + corrected in the reference resolution code. + (merge b6318cf23a sj/refs-symref-referent-fix later to maint). + + * The sequencer failed to honor core.commentString in some places. + * Other code cleanup, docfix, build fix, etc. (merge 77af53f56f aa/t7300-modernize later to maint). (merge dcd590a39d bf/t-readme-mention-reftable later to maint).