Git 2.53-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jan 26, 2026 at 22:26 UTC
ab380cb80b0727f7f2d7f6b17592ae6783e9820c
2 files changed
+1
-4
Documentation/RelNotes/2.53.0.adoc
-3
@@ -38,9 +38,6 @@ UI, Workflows & Features
38
`--onto` option of "git replay". Test coverage of "git replay" has
39
been improved.
40
41
- * The split command in "git subtree" (in contrib/) has been taught to
42
- deal better with rebased history.
43
-
41
* The iconv library on macOS fails to correctly handle stateful
42
ISO/IEC 2022:1994 encoded strings. Work it around instead of
43
replacing it wholesale from homebrew.
GIT-VERSION-GEN
+1
-1
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-DEF_VER=v2.53.0-rc0
3
+DEF_VER=v2.53.0-rc2
4
5
LF='
6
'