aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-01-15 05:59:37 -0800
committerJunio C Hamano <gitster@pobox.com>2026-01-15 07:12:41 -0800
commit7264e61d87e58b9d0f5e6424c47c11e9657dfb75 (patch)
tree7d3acf2fa8d61db2d63425a7de78908ff13dfc16 /Documentation/RelNotes
parent87e278d8377fbc62fb8d2a51fd795529178072d6 (diff)
downloadgit-7264e61d87e58b9d0f5e6424c47c11e9657dfb75.tar.xz
Git 2.53-rc0v2.53.0-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.53.0.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
index 35a1ab91ed..dcdebe8954 100644
--- a/Documentation/RelNotes/2.53.0.adoc
+++ b/Documentation/RelNotes/2.53.0.adoc
@@ -34,6 +34,10 @@ UI, Workflows & Features
* More object database related information are shown in "git repo
structure" output.
+ * Improve the error message when a bad argument is given to the
+ `--onto` option of "git replay". Test coverage of "git replay" has
+ been improved.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -92,6 +96,9 @@ Performance, Internal Implementation, Development Support etc.
* Use hook API to replace ad-hoc invocation of hook scripts with the
run_command() API.
+ * Import newer version of "clar", unit testing framework.
+ (merge 84071a6dea ps/clar-integers later to maint).
+
Fixes since v2.52
-----------------