summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-13 05:16:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-13 05:16:23 +0000
commit5dad0838933088ec5053644099611e05dc078fec (patch)
tree8d7054bb3c4c211bd66260ca6aa0a3472ce8dcbd /git-fast-import.html
parent9dd8bb07118fe70186522d7d8fd7da7a785a2a5e (diff)
downloadgit-htmldocs-5dad0838933088ec5053644099611e05dc078fec.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-359-g07fe
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index 4a20ade1e..49d812717 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -663,16 +663,15 @@ that was selected by the --date-format=&lt;fmt&gt; command line option.
See &#8220;Date Formats&#8221; above for the set of supported formats, and
their syntax.</p>
<h4><tt>from</tt></h4>
-<p>Only valid for the first commit made on this branch by this
-fast-import process. The <tt>from</tt> command is used to specify the commit
-to initialize this branch from. This revision will be the first
-ancestor of the new commit.</p>
-<p>Omitting the <tt>from</tt> command in the first commit of a new branch will
-cause fast-import to create that commit with no ancestor. This tends to be
-desired only for the initial commit of a project. Omitting the
-<tt>from</tt> command on existing branches is required, as the current
-commit on that branch is automatically assumed to be the first
-ancestor of the new commit.</p>
+<p>The <tt>from</tt> command is used to specify the commit to initialize
+this branch from. This revision will be the first ancestor of the
+new commit.</p>
+<p>Omitting the <tt>from</tt> command in the first commit of a new branch
+will cause fast-import to create that commit with no ancestor. This
+tends to be desired only for the initial commit of a project.
+Omitting the <tt>from</tt> command on existing branches is usually desired,
+as the current commit on that branch is automatically assumed to
+be the first ancestor of the new commit.</p>
<p>As <tt>LF</tt> is not valid in a Git refname or SHA-1 expression, no
quoting or escaping syntax is supported within <tt>&lt;committish&gt;</tt>.</p>
<p>Here <tt>&lt;committish&gt;</tt> is any of the following:</p>
@@ -1189,7 +1188,7 @@ memory footprint (less than 2.7 MiB per active branch).</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 12-Feb-2007 07:15:19 UTC
+Last updated 13-Feb-2007 05:16:08 UTC
</div>
</div>
</body>