summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-08-02 00:09:12 +0000
committerJunio C Hamano <junio@kernel.org>2011-08-02 00:09:12 +0000
commitfbc773ce792b42ab94e5dcc0cead5637e9c4079e (patch)
tree159860d1bc50e4c2fbfb50860c61c7e6b2192017 /git-fast-import.html
parent0f7806a7b05d4c716f629d409438975029c210c3 (diff)
downloadgit-htmldocs-fbc773ce792b42ab94e5dcc0cead5637e9c4079e.tar.gz
Autogenerated HTML docs for v1.7.6-396-ge0613
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html40
1 files changed, 39 insertions, 1 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index cfc759372..98a96820e 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -569,6 +569,17 @@ the frontend program in use.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--done
+</dt>
+<dd>
+<p>
+ Require a <tt>done</tt> command at the end of the stream.
+ This option might be useful for detecting errors that
+ cause the frontend to terminate before it has started to
+ write a stream.
+</p>
+</dd>
+<dt class="hdlist1">
--export-pack-edges=&lt;file&gt;
</dt>
<dd>
@@ -835,6 +846,16 @@ and control the current import process. More detailed discussion
</p>
</dd>
<dt class="hdlist1">
+<tt>done</tt>
+</dt>
+<dd>
+<p>
+ Marks the end of the stream. This command is optional
+ unless the <tt>done</tt> feature was requested using the
+ <tt>--done</tt> command line option or <tt>feature done</tt> command.
+</p>
+</dd>
+<dt class="hdlist1">
<tt>cat-blob</tt>
</dt>
<dd>
@@ -1582,6 +1603,17 @@ notes
with a message indicating so.
</p>
</dd>
+<dt class="hdlist1">
+done
+</dt>
+<dd>
+<p>
+ Error out if the stream ends without a <em>done</em> command.
+ Without this feature, errors causing the frontend to end
+ abruptly at a convenient point in the stream can go
+ undetected.
+</p>
+</dd>
</dl></div>
<h3 id="_tt_option_tt"><tt>option</tt></h3><div style="clear:left"></div>
<div class="paragraph"><p>Processes the specified option so that git fast-import behaves in a
@@ -1627,6 +1659,12 @@ force
</p>
</li>
</ul></div>
+<h3 id="_tt_done_tt"><tt>done</tt></h3><div style="clear:left"></div>
+<div class="paragraph"><p>If the <tt>done</tt> feature is not in use, treated as if EOF was read.
+This can be used to tell fast-import to finish early.</p></div>
+<div class="paragraph"><p>If the <tt>--done</tt> command line option or <tt>feature done</tt> command is
+in use, the <tt>done</tt> command is mandatory and marks the end of the
+stream.</p></div>
</div>
<h2 id="_crash_reports">Crash Reports</h2>
<div class="sectionbody">
@@ -1912,7 +1950,7 @@ compression.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-07-23 00:49:30 UTC
+Last updated 2011-08-02 00:08:47 UTC
</div>
</div>
</body>