Skip to content

Commit a483264

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0e3aa6a commit a483264

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ UI, Workflows & Features
2020
* "git refs exists" that works like "git show-ref --exists" has been
2121
added.
2222

23+
* "repo info" learns a short-hand option "-z" that is the same as
24+
"--format=nul", and learns to report the objects format used in the
25+
repository.
26+
2327

2428
Performance, Internal Implementation, Development Support etc.
2529
--------------------------------------------------------------
@@ -55,6 +59,10 @@ Performance, Internal Implementation, Development Support etc.
5559
which items are still on the queue (an unacceptable alternative is
5660
to reserve one object flag bits).
5761
62+
* The bulk-checkin code used to depend on a file-scope static
63+
singleton variable, which has been updated to pass an instance
64+
throughout the callchain.
65+
5866
5967
Fixes since v2.51
6068
-----------------
@@ -164,6 +172,11 @@ including security updates, are included in this release.
164172
which has been disabled in Gitlab CI.
165173
(merge 608cf5b793 ps/gitlab-ci-disable-windows-monitoring later to maint).
166174

175+
* A broken or malicious "git fetch" can say that it has the same
176+
object for many many times, and the upload-pack serving it can
177+
exhaust memory storing them redundantly, which has been corrected.
178+
(merge 88a2dc68c8 ps/upload-pack-oom-protection later to maint).
179+
167180
* Other code cleanup, docfix, build fix, etc.
168181
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
169182
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -182,3 +195,6 @@ including security updates, are included in this release.
182195
(merge 2f4bf83ffc km/alias-doc-markup-fix later to maint).
183196
(merge b0d97aac19 kh/doc-markup-fixes later to maint).
184197
(merge f9a6705d9a tc/t0450-harden later to maint).
198+
(merge c25651aefd ds/midx-write-fixes later to maint).
199+
(merge 069c15d256 rs/object-name-extend-abbrev-len-update later to maint).
200+
(merge bf5c224537 mm/worktree-doc-typofix later to maint).

0 commit comments

Comments
 (0)