···1717 * A new command "git last-modified" has been added to show the closest
1818 ancestor commit that touched each path.
19192020+ * "git refs exists" that works like "git show-ref --exists" has been
2121+ added.
2222+20232124Performance, Internal Implementation, Development Support etc.
2225--------------------------------------------------------------
···4649 * Inspired by Ezekiel's recent effort to showcase Rust interface, the
4750 hash function implementation used to hash lines have been updated
4851 to the one used for ELF symbol lookup by Glibc.
5252+5353+ * Instead of scanning for the remaining items to see if there are
5454+ still commits to be explored in the queue, use khash to remember
5555+ which items are still on the queue (an unacceptable alternative is
5656+ to reserve one object flag bits).
495750585159Fixes since v2.51
···151159 this.
152160 (merge 681f26bccc ds/ls-files-lazy-unsparse later to maint).
153161162162+ * Windows "real-time monitoring" interferes with the execution of
163163+ tests and affects negatively in both correctness and performance,
164164+ which has been disabled in Gitlab CI.
165165+ (merge 608cf5b793 ps/gitlab-ci-disable-windows-monitoring later to maint).
166166+154167 * Other code cleanup, docfix, build fix, etc.
155168 (merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
156169 (merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
···164177 (merge 374579c6d4 kh/doc-interpret-trailers-markup-fix later to maint).
165178 (merge 44dce6541c kh/doc-config-typofix later to maint).
166179 (merge 785628b173 js/doc-sending-patch-via-thunderbird later to maint).
180180+ (merge e5c27bd3d8 je/doc-add later to maint).
181181+ (merge 13296ac909 ps/object-store-midx-dedup-info later to maint).
182182+ (merge 2f4bf83ffc km/alias-doc-markup-fix later to maint).
183183+ (merge b0d97aac19 kh/doc-markup-fixes later to maint).
184184+ (merge f9a6705d9a tc/t0450-harden later to maint).