X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fast-import.txt;h=c2f483a8d2aed8dc017f3172e2d5fff4bed2c450;hb=fcd3549ef239378d1d2ca11df9e8c91f7fa0ab2e;hp=2d01d0d1000d1ed3a65a5448029e1b9f6bbe6a39;hpb=b773fc34a0425790db7fe7c6a2d02d742ff41081;p=git.git diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 2d01d0d10..c2f483a8d 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -481,6 +481,9 @@ in octal. Git only supports the following modes: what you want. * `100755` or `755`: A normal, but executable, file. * `120000`: A symlink, the content of the file will be the link target. +* `160000`: A gitlink, SHA-1 of the object refers to a commit in + another repository. Git links can only be specified by SHA or through + a commit mark. They are used to implement submodules. In both formats `` is the complete path of the file to be added (if not already existing) or modified (if already existing).