Skip to content

Commit 7264e61

Browse files
committed
Git 2.53-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 87e278d commit 7264e61

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ UI, Workflows & Features
3434
* More object database related information are shown in "git repo
3535
structure" output.
3636

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+
3741

3842
Performance, Internal Implementation, Development Support etc.
3943
--------------------------------------------------------------
@@ -92,6 +96,9 @@ Performance, Internal Implementation, Development Support etc.
9296
* Use hook API to replace ad-hoc invocation of hook scripts with the
9397
run_command() API.
9498
99+
* Import newer version of "clar", unit testing framework.
100+
(merge 84071a6dea ps/clar-integers later to maint).
101+
95102
96103
Fixes since v2.52
97104
-----------------

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.52.GIT
3+
DEF_VER=v2.53.0-rc0
44

55
LF='
66
'

0 commit comments

Comments
 (0)