aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-17 07:35:33 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-17 07:35:33 -0800
commit9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed (patch)
tree94f1ac8de654644ceff7b83c48619d420e6d37b6 /Documentation
parent7f79dc3562bad79a6452e3f350206191f4b95923 (diff)
downloadgit-9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed.tar.gz
Git 2.52v2.52.0maint
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.52.0.adoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc
index 4df3d5a8a0..fc78d22567 100644
--- a/Documentation/RelNotes/2.52.0.adoc
+++ b/Documentation/RelNotes/2.52.0.adoc
@@ -17,10 +17,10 @@ UI, Workflows & Features
* A new command "git last-modified" has been added to show the closest
ancestor commit that touched each path.
- * "git refs exists" that works like "git show-ref --exists" has been
- added.
+ * The "git refs exists" command that works like "git show-ref --exists"
+ has been added.
- * "repo info" learns a short-hand option "-z" that is the same as
+ * "git repo info" learns the short-hand option "-z" that is the same as
"--format=nul", and learns to report the objects format used in the
repository.
@@ -433,7 +433,10 @@ including security updates, are included in this release.
* 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.
+ Perforce binary used there has been changed to arm64 version to
+ match.
(merge 73b9cdb7c4 jc/ci-use-macos-14 later to maint).
+ (merge ffff0bb0da jc/ci-use-arm64-p4-on-macos later to maint).
* Other code cleanup, docfix, build fix, etc.
(merge 529a60a885 ua/t1517-short-help-tests later to maint).