summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-06 20:46:11 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2007-02-06 21:08:30 (GMT)
commit9981b6d915a49d325f790f2aa825aa56ae4ac85c (patch)
tree9b793218aabc4f7a7c15d7c9b9848463408c4588 /Documentation
parent7073e69e382bc8247c28859d8b0eda2612cd6b94 (diff)
downloadgit-9981b6d915a49d325f790f2aa825aa56ae4ac85c.zip
git-9981b6d915a49d325f790f2aa825aa56ae4ac85c.tar.gz
git-9981b6d915a49d325f790f2aa825aa56ae4ac85c.tar.bz2
S_IFLNK != 0140000
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-fast-import.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index 2be6c4b..1fe2c1d 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -416,7 +416,7 @@ in octal. Git only supports the following modes:
of files in most projects use this mode. If in doubt, this is
what you want.
* `100755` or `755`: A normal, but executable, file.
-* `140000`: A symlink, the content of the file will be the link target.
+* `120000`: A symlink, the content of the file will be the link target.
In both formats `<path>` is the complete path of the file to be added
(if not already existing) or modified (if already existing).