Git 2.52

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

Junio C Hamano committed Nov 17, 2025 at 07:35 UTC 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
2 files changed +7 -4
Documentation/RelNotes/2.52.0.adoc
+6 -3
@@ -17,10 +17,10 @@ UI, Workflows & Features
17 * A new command "git last-modified" has been added to show the closest
18 ancestor commit that touched each path.
19
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.
22
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
24 "--format=nul", and learns to report the objects format used in the
25 repository.
26
@@ -433,7 +433,10 @@ including security updates, are included in this release.
433
434 * The version of macos image used in GitHub CI has been updated to
435 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.
438 (merge 73b9cdb7c4 jc/ci-use-macos-14 later to maint).
439 + (merge ffff0bb0da jc/ci-use-arm64-p4-on-macos later to maint).
440
441 * Other code cleanup, docfix, build fix, etc.
442 (merge 529a60a885 ua/t1517-short-help-tests later to maint).
GIT-VERSION-GEN
+1 -1
@@ -1,6 +1,6 @@
1 #!/bin/sh
2
3 -DEF_VER=v2.52.0-rc2
3 +DEF_VER=v2.52.0
4
5 LF='
6 '