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 (merge e7ef4be7c2 mh/left-right-limited later to maint). 301 302 * Document the convention to disable hooks altogether by setting the 303 - hooksPath configuration variable to /dev/nulll 304 (merge 1b2eee94f1 ds/doc-disable-hooks later to maint). 305 306 * Make sure outage of third-party sites that supply P4, Git-LFS, and ··· 318 319 * Update to arm64 Windows port. 320 (merge 436a42215e js/windows-arm64 later to maint). 321 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map 322 in a reusable state. 323 (merge 9481877de3 en/hashmap-clear-fix later to maint). ··· 351 (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint). 352 353 * win+Meson CI pipeline, unlike other pipelines for Windows, 354 - used to build artifacts in develper mode, which has been changed to 355 build them in release mode for consistency. 356 (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint). 357 ··· 378 * "git apply --index/--cached" when applying a deletion patch in 379 reverse failed to give the mode bits of the path "removed" by the 380 patch to the file it creates, which has been corrected. 381 382 * Other code cleanup, docfix, build fix, etc. 383 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
··· 300 (merge e7ef4be7c2 mh/left-right-limited later to maint). 301 302 * Document the convention to disable hooks altogether by setting the 303 + hooksPath configuration variable to /dev/null. 304 (merge 1b2eee94f1 ds/doc-disable-hooks later to maint). 305 306 * Make sure outage of third-party sites that supply P4, Git-LFS, and ··· 318 319 * Update to arm64 Windows port. 320 (merge 436a42215e js/windows-arm64 later to maint). 321 + 322 * hashmap API clean-up to ensure hashmap_clear() leaves a cleared map 323 in a reusable state. 324 (merge 9481877de3 en/hashmap-clear-fix later to maint). ··· 352 (merge 5dbaec628d pw/sequencer-reflog-use-after-free later to maint). 353 354 * win+Meson CI pipeline, unlike other pipelines for Windows, 355 + used to build artifacts in developer mode, which has been changed to 356 build them in release mode for consistency. 357 (merge 184abdcf05 js/ci-build-win-in-release-mode later to maint). 358 ··· 379 * "git apply --index/--cached" when applying a deletion patch in 380 reverse failed to give the mode bits of the path "removed" by the 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. 391 392 * Other code cleanup, docfix, build fix, etc. 393 (merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
+1 -1
GIT-VERSION-GEN
··· 1 #!/bin/sh 2 3 - DEF_VER=v2.50.0-rc0 4 5 LF=' 6 '
··· 1 #!/bin/sh 2 3 + DEF_VER=v2.50.0-rc1 4 5 LF=' 6 '