Skip to content

Commit 25b0f41

Browse files
committedNov 12, 2024·
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 183ea3e commit 25b0f41

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 

‎Documentation/RelNotes/2.48.0.txt

+15
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,21 @@ Fixes since v2.47
129129
will produce output without any left/right markers, which has been
130130
corrected.
131131

132+
* More leakfixes.
133+
134+
* Test modernization.
135+
136+
* The "--shallow-exclude=<ref>" option to various history transfer
137+
commands takes a ref, not an arbitrary revision.
138+
139+
* A regression where commit objects missing from a commit-graph can
140+
cause an infinite loop when doing a fetch in a partial clone has
141+
been fixed.
142+
143+
* The MinGW compatibility layer has been taught to support POSIX
144+
semantics for atomic renames when other process(es) have a file
145+
opened at the destination path.
146+
132147
* Other code cleanup, docfix, build fix, etc.
133148
(merge 66893a14d0 ps/leakfixes-part-8 later to maint).
134149
(merge 1164e270b5 jk/output-prefix-cleanup later to maint).

0 commit comments

Comments
 (0)
Please sign in to comment.