Git fork

Git 2.50-rc1

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

+13 -3
+12 -2
Documentation/RelNotes/2.50.0.adoc
··· 300 300 (merge e7ef4be7c2 mh/left-right-limited later to maint). 301 301 302 302 * Document the convention to disable hooks altogether by setting the 303 - hooksPath configuration variable to /dev/nulll 303 + hooksPath configuration variable to /dev/null. 304 304 (merge 1b2eee94f1 ds/doc-disable-hooks later to maint). 305 305 306 306 * Make sure outage of third-party sites that supply P4, Git-LFS, and ··· 318 318 319 319 * Update to arm64 Windows port. 320 320 (merge 436a42215e js/windows-arm64 later to maint). 321 + 321 322 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map 322 323 in a reusable state. 323 324 (merge 9481877de3 en/hashmap-clear-fix later to maint). ··· 351 352 (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint). 352 353 353 354 * win+Meson CI pipeline, unlike other pipelines for Windows, 354 - used to build artifacts in develper mode, which has been changed to 355 + used to build artifacts in developer mode, which has been changed to 355 356 build them in release mode for consistency. 356 357 (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint). 357 358 ··· 378 379 * "git apply --index/--cached" when applying a deletion patch in 379 380 reverse failed to give the mode bits of the path "removed" by the 380 381 patch to the file it creates, which has been corrected. 382 + 383 + * "git verify-refs" (and hence "git fsck --reference") started 384 + erroring out in a repository in which secondary worktrees were 385 + prepared with Git 2.43 or lower. 386 + (merge d5b3c38b8a sj/ref-contents-check-fix later to maint). 387 + 388 + * Update total_ram() functrion on BSD variants. 389 + 390 + * Update online_cpus() functrion on BSD variants. 381 391 382 392 * Other code cleanup, docfix, build fix, etc. 383 393 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
+1 -1
GIT-VERSION-GEN
··· 1 1 #!/bin/sh 2 2 3 - DEF_VER=v2.50.0-rc0 3 + DEF_VER=v2.50.0-rc1 4 4 5 5 LF=' 6 6 '