Git 2.52-rc1

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

Junio C Hamano committed Nov 5, 2025 at 13:41 UTC 77b7284ccab768981a2cd08b6b2f164d91201e18
2 files changed +8 -1
Documentation/RelNotes/2.52.0.adoc
+7
@@ -76,6 +76,9 @@ UI, Workflows & Features
76
77 * "git repo structure", a new command.
78
79 + * The help text and manual page of "git bisect" command have been
80 + made consistent with each other.
81 +
82
83 Performance, Internal Implementation, Development Support etc.
84 --------------------------------------------------------------
@@ -420,6 +423,10 @@ including security updates, are included in this release.
423 documented for fnmatch(3); document as such to reduce confusion.
424 (merge 8a6d158a1d jk/doc-backslash-in-exclude later to maint).
425
426 + * The version of macos image used in GitHub CI has been updated to
427 + macos-14, as the macos-13 that we have been using got deprecated.
428 + (merge 73b9cdb7c4 jc/ci-use-macos-14 later to maint).
429 +
430 * Other code cleanup, docfix, build fix, etc.
431 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
432 (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).
GIT-VERSION-GEN
+1 -1
@@ -1,6 +1,6 @@
1 #!/bin/sh
2
3 -DEF_VER=v2.52.0-rc0
3 +DEF_VER=v2.52.0-rc1
4
5 LF='
6 '