summaryrefslogtreecommitdiffstats
path: root/git-fast-export.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-fast-export.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-fast-export.html')
-rw-r--r--git-fast-export.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/git-fast-export.html b/git-fast-export.html
index b015efea7..8128b5ab2 100644
--- a/git-fast-export.html
+++ b/git-fast-export.html
@@ -325,10 +325,10 @@ git-fast-export(1) Manual Page
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="para"><p>This program dumps the given revisions in a form suitable to be piped
-into <em>git-fast-import</em>.</p></div>
+into <em>git fast-import</em>.</p></div>
<div class="para"><p>You can use it as a human-readable bundle replacement (see
<a href="git-bundle.html">git-bundle(1)</a>), or as a kind of an interactive
-<em>git-filter-branch</em>.</p></div>
+<em>git filter-branch</em>.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -339,7 +339,7 @@ into <em>git-fast-import</em>.</p></div>
<dd>
<p>
Insert <em>progress</em> statements every &lt;n&gt; objects, to be shown by
- <em>git-fast-import</em> during import.
+ <em>git fast-import</em> during import.
</p>
</dd>
<dt>
@@ -444,8 +444,8 @@ marks the same across runs.</p></div>
</dt>
<dd>
<p>
- A list of arguments, acceptable to <em>git-rev-parse</em> and
- <em>git-rev-list</em>, that specifies the specific objects and references
+ A list of arguments, acceptable to <em>git rev-parse</em> and
+ <em>git rev-list</em>, that specifies the specific objects and references
to export. For example, <tt>master\~10..master</tt> causes the
current master reference to be exported along with all objects
added since its 10th ancestor commit.
@@ -476,7 +476,7 @@ referenced by that revision range contains the string
</div>
<h2 id="_limitations">Limitations</h2>
<div class="sectionbody">
-<div class="para"><p>Since <em>git-fast-import</em> cannot tag trees, you will not be
+<div class="para"><p>Since <em>git fast-import</em> cannot tag trees, you will not be
able to export the linux-2.6.git repository completely, as it contains
a tag referencing a tree instead of a commit.</p></div>
</div>
@@ -494,7 +494,7 @@ a tag referencing a tree instead of a commit.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:34 UTC
+Last updated 2010-01-21 17:44:27 UTC
</div>
</div>
</body>