diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-26 22:26:31 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-26 22:26:31 -0800 |
| commit | ab380cb80b0727f7f2d7f6b17592ae6783e9820c (patch) | |
| tree | 7255fd32b486deffc445d85547e464ea0e71748e | |
| parent | ab689ea7f91ab0858e85776f31102203d3ea7b83 (diff) | |
| download | git-2.53.0-rc2.tar.xz | |
Git 2.53-rc2v2.53.0-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.53.0.adoc | 3 | ||||
| -rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc index 8ae76e0f3e..8b98519268 100644 --- a/Documentation/RelNotes/2.53.0.adoc +++ b/Documentation/RelNotes/2.53.0.adoc @@ -38,9 +38,6 @@ UI, Workflows & Features `--onto` option of "git replay". Test coverage of "git replay" has been improved. - * The split command in "git subtree" (in contrib/) has been taught to - deal better with rebased history. - * The iconv library on macOS fails to correctly handle stateful ISO/IEC 2022:1994 encoded strings. Work it around instead of replacing it wholesale from homebrew. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 5adc4afd67..92eaab51c6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.53.0-rc0 +DEF_VER=v2.53.0-rc2 LF=' ' |
