summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-01-19 22:34:12 +0000
committerJunio C Hamano <junio@kernel.org>2011-01-19 22:34:12 +0000
commite089c4e564a873398d8bcf02b722228e0954c7fb (patch)
treee09c9a8c648f194572ccdfab7db09915361cf985 /git-fast-import.html
parent64ebb095644d059e62333ef5b92f280e983c8c3d (diff)
downloadgit-htmldocs-e089c4e564a873398d8bcf02b722228e0954c7fb.tar.gz
Autogenerated HTML docs for v1.7.4-rc2-18-gb20e9
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index 2b72580cd..0a018e98e 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -1062,8 +1062,6 @@ slash <tt>/</tt>), may contain any byte other than <tt>LF</tt>, and must not
start with double quote (<tt>"</tt>).</p></div>
<div class="paragraph"><p>If an <tt>LF</tt> or double quote must be encoded into <tt>&lt;path&gt;</tt> shell-style
quoting should be used, e.g. <tt>"path/with\n and \" in it"</tt>.</p></div>
-<div class="paragraph"><p>Additionally, in <tt>040000</tt> mode, <tt>&lt;path&gt;</tt> may also be an empty string
-(<tt>""</tt>) to specify the root of the tree.</p></div>
<div class="paragraph"><p>The value of <tt>&lt;path&gt;</tt> must be in canonical form. That is it must not:</p></div>
<div class="ulist"><ul>
<li>
@@ -1088,6 +1086,7 @@ contain the special component <tt>.</tt> or <tt>..</tt> (e.g. <tt>foo/./bar</tt>
</p>
</li>
</ul></div>
+<div class="paragraph"><p>The root of the tree can be represented by an empty string as <tt>&lt;path&gt;</tt>.</p></div>
<div class="paragraph"><p>It is recommended that <tt>&lt;path&gt;</tt> always be encoded using UTF-8.</p></div>
<h4 id="_tt_filedelete_tt"><tt>filedelete</tt></h4>
<div class="paragraph"><p>Included in a <tt>commit</tt> command to remove a file or recursively
@@ -1818,7 +1817,7 @@ compression.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-01-18 18:52:39 UTC
+Last updated 2011-01-19 22:33:55 UTC
</div>
</div>
</body>