Skip to content

Commit ab380cb

Browse files
committed
Git 2.53-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ab689ea commit ab380cb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ UI, Workflows & Features
3838
`--onto` option of "git replay". Test coverage of "git replay" has
3939
been improved.
4040

41-
* The split command in "git subtree" (in contrib/) has been taught to
42-
deal better with rebased history.
43-
4441
* The iconv library on macOS fails to correctly handle stateful
4542
ISO/IEC 2022:1994 encoded strings. Work it around instead of
4643
replacing it wholesale from homebrew.

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.53.0-rc0
3+
DEF_VER=v2.53.0-rc2
44

55
LF='
66
'

0 commit comments

Comments
 (0)