Skip to content

Commit 68cb7f9

Browse files
committed
The 14th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a37bb2a commit 68cb7f9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ UI, Workflows & Features
3131

3232
* "git repo struct" learned to take "-z" as a synonym to "--format=nul".
3333

34+
* More object database related information are shown in "git repo
35+
structure" output.
36+
3437

3538
Performance, Internal Implementation, Development Support etc.
3639
--------------------------------------------------------------
@@ -83,6 +86,9 @@ Performance, Internal Implementation, Development Support etc.
8386
* The code path that enumerates promisor objects have been optimized
8487
to skip pointlessly parsing blob objects.
8588
89+
* Prepare test suite for Git for Windows that supports symbolic
90+
links.
91+
8692
8793
Fixes since v2.52
8894
-----------------
@@ -204,6 +210,17 @@ Fixes since v2.52
204210
has been corrected.
205211
(merge b7b17ec8a6 kn/fix-fetch-backfill-tag-with-batched-ref-updates later to maint).
206212

213+
* Document "rev-list --filter-provided-objects" better.
214+
(merge 6d8dc99478 jt/doc-rev-list-filter-provided-objects later to maint).
215+
216+
* Even when there is no changes in the packfile and no need to
217+
recompute bitmaps, "git repack" recomputed and updated the MIDX
218+
file, which has been corrected.
219+
(merge 6ce9d558ce ps/repack-avoid-noop-midx-rewrite later to maint).
220+
221+
* Update HTTP tests to adjust for changes in curl 8.18.0
222+
(merge 17f4b01da7 jk/test-curl-updates later to maint).
223+
207224
* Other code cleanup, docfix, build fix, etc.
208225
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
209226
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -221,3 +238,7 @@ Fixes since v2.52
221238
(merge 4ce170c522 ds/doc-scalar-config later to maint).
222239
(merge a0c813951a jc/doc-commit-signoff-config later to maint).
223240
(merge 8ee262985a ja/doc-misc-fixes later to maint).
241+
(merge 1722c2244b mh/doc-core-attributesfile later to maint).
242+
(merge c469ca26c5 dk/ci-rust-fix later to maint).
243+
(merge 12f0be0857 gf/clear-path-cache-cleanup later to maint).
244+
(merge 949df6ed6b js/test-func-comment-fix later to maint).

0 commit comments

Comments
 (0)