Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: s/seperator/separator/
author
Jeff King
<peff@peff.net>
Fri, 9 Mar 2007 20:21:41 +0000
(15:21 -0500)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 10 Mar 2007 01:27:43 +0000
(17:27 -0800)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-fast-import.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
443b92b
)
diff --git
a/Documentation/git-fast-import.txt
b/Documentation/git-fast-import.txt
index 77a14bb076b6d8be624345ee10e4bd14cfb2c359..a7d255d39f5961d7df95c448771974da40b9d275 100644
(file)
--- a/
Documentation/git-fast-import.txt
+++ b/
Documentation/git-fast-import.txt
@@
-451,7
+451,7
@@
in octal. Git only supports the following modes:
In both formats `<path>` is the complete path of the file to be added
(if not already existing) or modified (if already existing).
In both formats `<path>` is the complete path of the file to be added
(if not already existing) or modified (if already existing).
-A `<path>` string must use UNIX-style directory sep
e
rators (forward
+A `<path>` string must use UNIX-style directory sep
a
rators (forward
slash `/`), may contain any byte other than `LF`, and must not
start with double quote (`"`).
slash `/`), may contain any byte other than `LF`, and must not
start with double quote (`"`).
@@
-461,8
+461,8
@@
quoting should be used, e.g. `"path/with\n and \" in it"`.
The value of `<path>` must be in canoncial form. That is it must not:
* contain an empty directory component (e.g. `foo//bar` is invalid),
The value of `<path>` must be in canoncial form. That is it must not:
* contain an empty directory component (e.g. `foo//bar` is invalid),
-* end with a directory sep
e
rator (e.g. `foo/` is invalid),
-* start with a directory sep
e
rator (e.g. `/foo` is invalid),
+* end with a directory sep
a
rator (e.g. `foo/` is invalid),
+* start with a directory sep
a
rator (e.g. `/foo` is invalid),
* contain the special component `.` or `..` (e.g. `foo/./bar` and
`foo/../bar` are invalid).
* contain the special component `.` or `..` (e.g. `foo/./bar` and
`foo/../bar` are invalid).