Git 2.53-rc0

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

Junio C Hamano committed Jan 15, 2026 at 05:59 UTC 7264e61d87e58b9d0f5e6424c47c11e9657dfb75
2 files changed +8 -1
Documentation/RelNotes/2.53.0.adoc
+7
@@ -34,6 +34,10 @@ UI, Workflows & Features
34 * More object database related information are shown in "git repo
35 structure" output.
36
37 + * Improve the error message when a bad argument is given to the
38 + `--onto` option of "git replay". Test coverage of "git replay" has
39 + been improved.
40 +
41
42 Performance, Internal Implementation, Development Support etc.
43 --------------------------------------------------------------
@@ -92,6 +96,9 @@ Performance, Internal Implementation, Development Support etc.
96 * Use hook API to replace ad-hoc invocation of hook scripts with the
97 run_command() API.
98
99 + * Import newer version of "clar", unit testing framework.
100 + (merge 84071a6dea ps/clar-integers later to maint).
101 +
102
103 Fixes since v2.52
104 -----------------
GIT-VERSION-GEN
+1 -1
@@ -1,6 +1,6 @@
1 #!/bin/sh
2
3 -DEF_VER=v2.52.GIT
3 +DEF_VER=v2.53.0-rc0
4
5 LF='
6 '