Skip to content

Commit 04eaff6

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0a83b39 commit 04eaff6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Documentation/RelNotes/2.48.0.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,20 @@ Fixes since v2.47
145145
repository. Work it around by including these objects in the
146146
referring promisor pack at the receiving end of the fetch.
147147

148+
* Avoid build/test breakage on a system without working malloc debug
149+
support dynamic library.
150+
(merge 72ad6dc368 jk/test-malloc-debug-check later to maint).
151+
152+
* Double-free fix.
153+
(merge fe17a25905 jk/fetch-prefetch-double-free-fix later to maint).
154+
155+
* Use of some uninitialized variables in "git difftool" has been
156+
corrected.
157+
158+
* Object reuse code based on multi-pack-index sent an unwanted copy
159+
of object.
160+
(merge e199290592 tb/multi-pack-reuse-dupfix later to maint).
161+
148162
* Other code cleanup, docfix, build fix, etc.
149163
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).
150164
(merge f36b8cbaef jh/config-unset-doc-fix later to maint).

0 commit comments

Comments
 (0)