summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-20 01:24:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-20 01:24:17 +0000
commit915cd9bb00e770c8b6862d4d79a192d45605e1ca (patch)
tree45b5dcc0042c5b9f8efd47af9fabaeb5c57282dc /git-fast-import.html
parentf69a0a065df32be5accdda5105d54c580c21e0ee (diff)
downloadgit-htmldocs-915cd9bb00e770c8b6862d4d79a192d45605e1ca.tar.gz
Autogenerated HTML docs for v1.5.6.4-433-g09651
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index 5b0932dbf..e9066a5e1 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -875,6 +875,13 @@ in octal. Git only supports the following modes:</p></div>
<tt>120000</tt>: A symlink, the content of the file will be the link target.
</p>
</li>
+<li>
+<p>
+<tt>160000</tt>: 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.
+</p>
+</li>
</ul></div>
<div class="para"><p>In both formats <tt>&lt;path&gt;</tt> is the complete path of the file to be added
(if not already existing) or modified (if already existing).</p></div>
@@ -1464,7 +1471,7 @@ memory footprint (less than 2.7 MiB per active branch).</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-06 05:16:45 UTC
+Last updated 2008-07-20 01:23:33 UTC
</div>
</div>
</body>