···300300 (merge e7ef4be7c2 mh/left-right-limited later to maint).
301301302302 * Document the convention to disable hooks altogether by setting the
303303- hooksPath configuration variable to /dev/nulll
303303+ hooksPath configuration variable to /dev/null.
304304 (merge 1b2eee94f1 ds/doc-disable-hooks later to maint).
305305306306 * Make sure outage of third-party sites that supply P4, Git-LFS, and
···318318319319 * Update to arm64 Windows port.
320320 (merge 436a42215e js/windows-arm64 later to maint).
321321+321322 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map
322323 in a reusable state.
323324 (merge 9481877de3 en/hashmap-clear-fix later to maint).
···351352 (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint).
352353353354 * win+Meson CI pipeline, unlike other pipelines for Windows,
354354- used to build artifacts in develper mode, which has been changed to
355355+ used to build artifacts in developer mode, which has been changed to
355356 build them in release mode for consistency.
356357 (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint).
357358···378379 * "git apply --index/--cached" when applying a deletion patch in
379380 reverse failed to give the mode bits of the path "removed" by the
380381 patch to the file it creates, which has been corrected.
382382+383383+ * "git verify-refs" (and hence "git fsck --reference") started
384384+ erroring out in a repository in which secondary worktrees were
385385+ prepared with Git 2.43 or lower.
386386+ (merge d5b3c38b8a sj/ref-contents-check-fix later to maint).
387387+388388+ * Update total_ram() functrion on BSD variants.
389389+390390+ * Update online_cpus() functrion on BSD variants.
381391382392 * Other code cleanup, docfix, build fix, etc.
383393 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).