From: Junio C Hamano Date: Fri, 30 Jan 2026 17:50:03 +0000 (-0800) Subject: RelNotes: correct "fast-import" option name X-Git-Tag: v2.53.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22584464849815268419fd9d2eba307362360db1;p=thirdparty%2Fgit.git RelNotes: correct "fast-import" option name Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc index a24677115c..d3f6d18199 100644 --- a/Documentation/RelNotes/2.53.0.adoc +++ b/Documentation/RelNotes/2.53.0.adoc @@ -20,8 +20,8 @@ UI, Workflows & Features * Add a new manual that describes the data model. - * "git fast-import" learns "--strip-if-invalid" option to drop - invalid cryptographic signature from objects. + * "git fast-import" learns "--signed-commits=strip-if-invalid" option + to drop invalid cryptographic signature from objects. * The use of "revision" (a connected set of commits) has been clarified in the "git replay" documentation.