]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-fast-import.txt
S_IFLNK != 0140000
[thirdparty/git.git] / Documentation / git-fast-import.txt
index 2be6c4b8070feaf6482e65f6517c1b801c16760d..1fe2c1dcf225d430dc8517c47cc5d48073cd96b3 100644 (file)
@@ -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).