Skip to content

Commit

Permalink
The eleventh batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Nov 22, 2024
1 parent 0a83b39 commit 04eaff6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Documentation/RelNotes/2.48.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 04eaff6

Please sign in to comment.