Git fork

Hopefully final bits before 2.50

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

+9 -2
+9 -2
Documentation/RelNotes/2.50.0.adoc
··· 327 327 * Fix for scheduled maintenance tasks on platforms using launchctl. 328 328 (merge eb2d7beb0e jh/gc-launchctl-schedule-fix later to maint). 329 329 330 - * Update to arm64 Windows port. 331 - (merge 436a42215e js/windows-arm64 later to maint). 330 + * Update to arm64 Windows port (part of which had been reverted as it 331 + broke builds for existing platforms, which may need to be redone in 332 + future releases). 332 333 333 334 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map 334 335 in a reusable state. ··· 398 399 * Update total_ram() function on BSD variants. 399 400 400 401 * Update online_cpus() function on BSD variants. 402 + 403 + * Revert a botched bswap.h change that broke ntohll() functions on 404 + big-endian systems with __builtin_bswap32/64(). 405 + 406 + * Fixes for GitHub Actions Coverity job. 407 + (merge 3cc4fc1ebd js/github-ci-win-coverity-fix later to maint). 401 408 402 409 * Other code cleanup, docfix, build fix, etc. 403 410 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).