Skip to content

Commit e85ae27

Browse files
committed
The seventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent bbefa15 commit e85ae27

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ UI, Workflows & Features
2323
* "git fast-import" learns "--strip-if-invalid" option to drop
2424
invalid cryptographic signature from objects.
2525

26+
* The use of "revision" (a connected set of commits) has been
27+
clarified in the "git replay" documentation.
28+
2629

2730
Performance, Internal Implementation, Development Support etc.
2831
--------------------------------------------------------------
@@ -135,6 +138,18 @@ Fixes since v2.52
135138
have been corrected.
136139
(merge df963f0df4 rs/config-set-multi-error-message-fix later to maint).
137140

141+
* "git replay" forgot to omit the "gpgsig-sha256" extended header
142+
from the resulting commit the same way it omits "gpgsig", which has
143+
been corrected.
144+
(merge 9f3a115087 pw/replay-exclude-gpgsig-fix later to maint).
145+
146+
* A few tests have been updated to work under the shell compatible
147+
mode of zsh.
148+
(merge a92f243a94 bc/zsh-testsuite later to maint).
149+
150+
* The way patience diff finds LCS has been optimized.
151+
(merge c7e3b8085b yc/xdiff-patience-optim later to maint).
152+
138153
* Other code cleanup, docfix, build fix, etc.
139154
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
140155
(merge df90eccd93 kh/doc-commit-extra-references later to maint).

0 commit comments

Comments
 (0)