Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Correct trivial typo in fast-import documentation
author
Shawn O. Pearce
<spearce@spearce.org>
Tue, 10 Jul 2007 13:51:42 +0000
(09:51 -0400)
committer
Shawn O. Pearce
<spearce@spearce.org>
Tue, 10 Jul 2007 13:51:42 +0000
(09:51 -0400)
Rogan Dawes noticed I meant `filerename` here and not `filename`.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-fast-import.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
baa79ca
)
diff --git
a/Documentation/git-fast-import.txt
b/Documentation/git-fast-import.txt
index 80a8ee0f1c37720c632d0df2d628241c1e35938c..bf1ba67ad055cecacac27120fbda950f9a8cadb0 100644
(file)
--- 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`, `file
re
name` 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.