Skip to content

Commit 9a2fb14

Browse files
committed
Git 2.52
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7f79dc3 commit 9a2fb14

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Documentation/RelNotes/2.52.0.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ UI, Workflows & Features
1717
* A new command "git last-modified" has been added to show the closest
1818
ancestor commit that touched each path.
1919

20-
* "git refs exists" that works like "git show-ref --exists" has been
21-
added.
20+
* The "git refs exists" command that works like "git show-ref --exists"
21+
has been added.
2222

23-
* "repo info" learns a short-hand option "-z" that is the same as
23+
* "git repo info" learns the short-hand option "-z" that is the same as
2424
"--format=nul", and learns to report the objects format used in the
2525
repository.
2626

@@ -433,7 +433,10 @@ including security updates, are included in this release.
433433

434434
* The version of macos image used in GitHub CI has been updated to
435435
macos-14, as the macos-13 that we have been using got deprecated.
436+
Perforce binary used there has been changed to arm64 version to
437+
match.
436438
(merge 73b9cdb7c4 jc/ci-use-macos-14 later to maint).
439+
(merge ffff0bb0da jc/ci-use-arm64-p4-on-macos later to maint).
437440

438441
* Other code cleanup, docfix, build fix, etc.
439442
(merge 529a60a885 ua/t1517-short-help-tests 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-rc2
3+
DEF_VER=v2.52.0
44

55
LF='
66
'

0 commit comments

Comments
 (0)