Skip to content

Commit 77b7284

Browse files
committed
Git 2.52-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 9a18a74 commit 77b7284

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ UI, Workflows & Features
7676

7777
* "git repo structure", a new command.
7878

79+
* The help text and manual page of "git bisect" command have been
80+
made consistent with each other.
81+
7982

8083
Performance, Internal Implementation, Development Support etc.
8184
--------------------------------------------------------------
@@ -420,6 +423,10 @@ including security updates, are included in this release.
420423
documented for fnmatch(3); document as such to reduce confusion.
421424
(merge 8a6d158a1d jk/doc-backslash-in-exclude later to maint).
422425

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+
423430
* Other code cleanup, docfix, build fix, etc.
424431
(merge 529a60a885 ua/t1517-short-help-tests later to maint).
425432
(merge 22d421fed9 ac/deglobal-fmt-merge-log-config later to maint).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.52.0-rc0
3+
DEF_VER=v2.52.0-rc1
44

55
LF='
66
'

0 commit comments

Comments
 (0)