]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelNotes: correct "fast-import" option name
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Jan 2026 17:50:03 +0000 (09:50 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jan 2026 17:50:03 +0000 (09:50 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.53.0.adoc

index a24677115c010f70c33697cfd00aafad1f5da6d2..d3f6d1819922aeb15df54f42812bb1c1d9dacefd 100644 (file)
@@ -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.