diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-07-10 09:51:42 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-07-10 09:51:42 -0400 |
commit | c7bd55028ff463fa0162bffb35ac519beb462ca5 (patch) | |
tree | 796988fafd6137fc07eb26b3b93c709349f0fb13 /Documentation | |
parent | baa79ca42d0ba5e93e4bb021706ec9a65cca6dda (diff) | |
download | git-c7bd55028ff463fa0162bffb35ac519beb462ca5.tar.gz git-c7bd55028ff463fa0162bffb35ac519beb462ca5.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-import.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 80a8ee0f1..bf1ba67ad 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -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 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 may be included to update the contents of the branch prior to creating the commit. These commands may be supplied in any order. |