summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-01 00:02:47 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-01 00:02:47 +0000
commit6d325dff7434895753dcad82809783644dec75f6 (patch)
tree35763f652a10a98b55b7947ad6890ec289b3a18c /git-fast-import.html
parentdab291e780999058b6d88586b8a3b3b84ed9a7ce (diff)
downloadgit-htmldocs-6d325dff7434895753dcad82809783644dec75f6.tar.gz
Autogenerated HTML docs for v1.6.6-75-g37bae
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index 30461f20b..cc162a200 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -693,8 +693,8 @@ change to the project.</p></div>
<div class="content">
<pre><tt> 'commit' SP &lt;ref&gt; LF
mark?
- ('author' SP &lt;name&gt; SP LT &lt;email&gt; GT SP &lt;when&gt; LF)?
- 'committer' SP &lt;name&gt; SP LT &lt;email&gt; GT SP &lt;when&gt; LF
+ ('author' (SP &lt;name&gt;)? SP LT &lt;email&gt; GT SP &lt;when&gt; LF)?
+ 'committer' (SP &lt;name&gt;)? SP LT &lt;email&gt; GT SP &lt;when&gt; LF
data
('from' SP &lt;committish&gt; LF)?
('merge' SP &lt;committish&gt; LF)?
@@ -1053,7 +1053,7 @@ lightweight (non-annotated) tags see the <tt>reset</tt> command below.</p></div>
<div class="content">
<pre><tt> 'tag' SP &lt;name&gt; LF
'from' SP &lt;committish&gt; LF
- 'tagger' SP &lt;name&gt; SP LT &lt;email&gt; GT SP &lt;when&gt; LF
+ 'tagger' (SP &lt;name&gt;)? SP LT &lt;email&gt; GT SP &lt;when&gt; LF
data</tt></pre>
</div></div>
<div class="para"><p>where <tt>&lt;name&gt;</tt> is the name of the tag to create.</p></div>
@@ -1511,7 +1511,7 @@ memory footprint (less than 2.7 MiB per active branch).</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:34 UTC
+Last updated 2010-01-01 00:02:32 UTC
</div>
</div>
</body>