RelNotes: correct "fast-import" option name

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 30, 2026 at 09:50 UTC 22584464849815268419fd9d2eba307362360db1
1 file changed +2 -2
Documentation/RelNotes/2.53.0.adoc
+2 -2
@@ -20,8 +20,8 @@ UI, Workflows & Features
20
21 * Add a new manual that describes the data model.
22
23 - * "git fast-import" learns "--strip-if-invalid" option to drop
24 - invalid cryptographic signature from objects.
23 + * "git fast-import" learns "--signed-commits=strip-if-invalid" option
24 + to drop invalid cryptographic signature from objects.
25
26 * The use of "revision" (a connected set of commits) has been
27 clarified in the "git replay" documentation.