diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-11-22 14:00:48 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-11-22 14:34:19 +0900 |
| commit | 04eaff62f286226f501dd21f069e0e257aee11a6 (patch) | |
| tree | a01c27e7850592a78b2c50e150c25d6f08c76f27 | |
| parent | Merge branch 'tb/multi-pack-reuse-dupfix' (diff) | |
| download | git-04eaff62f286226f501dd21f069e0e257aee11a6.tar.gz git-04eaff62f286226f501dd21f069e0e257aee11a6.zip | |
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.48.0.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.48.0.txt b/Documentation/RelNotes/2.48.0.txt index 33f297ccd2..b885050c34 100644 --- a/Documentation/RelNotes/2.48.0.txt +++ b/Documentation/RelNotes/2.48.0.txt @@ -145,6 +145,20 @@ Fixes since v2.47 repository. Work it around by including these objects in the referring promisor pack at the receiving end of the fetch. + * Avoid build/test breakage on a system without working malloc debug + support dynamic library. + (merge 72ad6dc368 jk/test-malloc-debug-check later to maint). + + * Double-free fix. + (merge fe17a25905 jk/fetch-prefetch-double-free-fix later to maint). + + * Use of some uninitialized variables in "git difftool" has been + corrected. + + * Object reuse code based on multi-pack-index sent an unwanted copy + of object. + (merge e199290592 tb/multi-pack-reuse-dupfix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 1164e270b5 jk/output-prefix-cleanup later to maint). (merge f36b8cbaef jh/config-unset-doc-fix later to maint). |
