diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-30 09:50:03 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-30 09:50:03 -0800 |
| commit | 22584464849815268419fd9d2eba307362360db1 (patch) | |
| tree | 0dcc4b9982123b623db59ec26c55d8ee27ca3812 | |
| parent | ea717645d199f6f1b66058886475db3e8c9330e9 (diff) | |
| download | git-22584464849815268419fd9d2eba307362360db1.tar.xz | |
RelNotes: correct "fast-import" option name
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.53.0.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
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. |
