Skip to content

Commit c7bd550

Browse files
committed
Correct trivial typo in fast-import documentation
Rogan Dawes noticed I meant `filerename` here and not `filename`. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent baa79ca commit c7bd550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-fast-import.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ commit message use a 0 length data. Commit messages are free-form
325325
and are not interpreted by Git. Currently they must be encoded in
326326
UTF-8, as fast-import does not permit other encodings to be specified.
327327

328-
Zero or more `filemodify`, `filedelete`, `filename` and
328+
Zero or more `filemodify`, `filedelete`, `filerename` and
329329
`filedeleteall` commands
330330
may be included to update the contents of the branch prior to
331331
creating the commit. These commands may be supplied in any order.

0 commit comments

Comments
 (0)