The eighth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Sep 12, 2025 at 10:41 UTC 92c87bdc406e5bcf1b516a861d609b03d99c23b7
1 file changed +18
Documentation/RelNotes/2.52.0.adoc
+18
@@ -17,6 +17,9 @@ UI, Workflows & Features
17 * A new command "git last-modified" has been added to show the closest
18 ancestor commit that touched each path.
19
20 + * "git refs exists" that works like "git show-ref --exists" has been
21 + added.
22 +
23
24 Performance, Internal Implementation, Development Support etc.
25 --------------------------------------------------------------
@@ -47,6 +50,11 @@ Performance, Internal Implementation, Development Support etc.
50 hash function implementation used to hash lines have been updated
51 to the one used for ELF symbol lookup by Glibc.
52
53 + * Instead of scanning for the remaining items to see if there are
54 + still commits to be explored in the queue, use khash to remember
55 + which items are still on the queue (an unacceptable alternative is
56 + to reserve one object flag bits).
57 +
58
59 Fixes since v2.51
60 -----------------
@@ -151,6 +159,11 @@ including security updates, are included in this release.
159 this.
160 (merge 681f26bccc ds/ls-files-lazy-unsparse later to maint).
161
162 + * Windows "real-time monitoring" interferes with the execution of
163 + tests and affects negatively in both correctness and performance,
164 + which has been disabled in Gitlab CI.
165 + (merge 608cf5b793 ps/gitlab-ci-disable-windows-monitoring later to maint).
166 +
167 * Other code cleanup, docfix, build fix, etc.
168 (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
169 (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -164,3 +177,8 @@ including security updates, are included in this release.
177 (merge 374579c6d4 kh/doc-interpret-trailers-markup-fix later to maint).
178 (merge 44dce6541c kh/doc-config-typofix later to maint).
179 (merge 785628b173 js/doc-sending-patch-via-thunderbird later to maint).
180 + (merge e5c27bd3d8 je/doc-add later to maint).
181 + (merge 13296ac909 ps/object-store-midx-dedup-info later to maint).
182 + (merge 2f4bf83ffc km/alias-doc-markup-fix later to maint).
183 + (merge b0d97aac19 kh/doc-markup-fixes later to maint).
184 + (merge f9a6705d9a tc/t0450-harden later to maint).