]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.53-rc0 v2.53.0-rc0
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 13:59:37 +0000 (05:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jan 2026 15:12:41 +0000 (07:12 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.53.0.adoc
GIT-VERSION-GEN

index 35a1ab91edc7fd62355bb835f927c7ed1fb34d2c..dcdebe8954f06748b921aaf6bbaaad6e52cadce8 100644 (file)
@@ -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
 -----------------
index 1f7af0328a046194ac98cf7454b7b5aac96b49a2..5adc4afd67488c97fd3912ea1a13928911c9cc12 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.52.GIT
+DEF_VER=v2.53.0-rc0
 
 LF='
 '