File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
2730Performance, 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).
You can’t perform that action at this time.
0 commit comments