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>
This commit is contained in:
parent
baa79ca42d
commit
c7bd55028f
@ -325,7 +325,7 @@ commit message use a 0 length data. Commit messages are free-form
|
|||||||
and are not interpreted by Git. Currently they must be encoded in
|
and are not interpreted by Git. Currently they must be encoded in
|
||||||
UTF-8, as fast-import does not permit other encodings to be specified.
|
UTF-8, as fast-import does not permit other encodings to be specified.
|
||||||
|
|
||||||
Zero or more `filemodify`, `filedelete`, `filename` and
|
Zero or more `filemodify`, `filedelete`, `filerename` and
|
||||||
`filedeleteall` commands
|
`filedeleteall` commands
|
||||||
may be included to update the contents of the branch prior to
|
may be included to update the contents of the branch prior to
|
||||||
creating the commit. These commands may be supplied in any order.
|
creating the commit. These commands may be supplied in any order.
|
||||||
|
Loading…
Reference in New Issue
Block a user