diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-11-05 13:41:41 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-11-05 13:41:52 -0800 |
| commit | 77b7284ccab768981a2cd08b6b2f164d91201e18 (patch) | |
| tree | d6225e0a183d94a83530444f0d01932fc33317f6 | |
| parent | Merge branch 'jc/ci-use-macos-14' (diff) | |
| download | git-77b7284ccab768981a2cd08b6b2f164d91201e18.tar.gz git-77b7284ccab768981a2cd08b6b2f164d91201e18.zip | |
Git 2.52-rc1v2.52.0-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.52.0.adoc | 7 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc index 9759a37871..6c0e7d05c0 100644 --- a/Documentation/RelNotes/2.52.0.adoc +++ b/Documentation/RelNotes/2.52.0.adoc @@ -76,6 +76,9 @@ UI, Workflows & Features * "git repo structure", a new command. + * The help text and manual page of "git bisect" command have been + made consistent with each other. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -420,6 +423,10 @@ including security updates, are included in this release. documented for fnmatch(3); document as such to reduce confusion. (merge 8a6d158a1d jk/doc-backslash-in-exclude later to maint). + * The version of macos image used in GitHub CI has been updated to + macos-14, as the macos-13 that we have been using got deprecated. + (merge 73b9cdb7c4 jc/ci-use-macos-14 later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 529a60a885 ua/t1517-short-help-tests later to maint). (merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index c43f33d889..4929570f2c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.52.0-rc0 +DEF_VER=v2.52.0-rc1 LF=' ' |
