summaryrefslogtreecommitdiffstats
path: root/git-checkout-index.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-checkout-index.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-checkout-index.html')
-rw-r--r--git-checkout-index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-checkout-index.html b/git-checkout-index.html
index 09edffa69..6f60e17ba 100644
--- a/git-checkout-index.html
+++ b/git-checkout-index.html
@@ -464,7 +464,7 @@ supposed to be able to do:</p></div>
<div class="para"><p>which will force all existing <tt>*.h</tt> files to be replaced with their
cached copies. If an empty command line implied "all", then this would
force-refresh everything in the index, which was not the point. But
-since <em>git-checkout-index</em> accepts --stdin it would be faster to use:</p></div>
+since <em>git checkout-index</em> accepts --stdin it would be faster to use:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt>$ find . -name '*.h' -print0 | git checkout-index -f -z --stdin</tt></pre>
@@ -476,7 +476,7 @@ Using <tt>--</tt> is probably a good policy in scripts.</p></div>
<h2 id="_using_temp_or_stage_all">Using --temp or --stage=all</h2>
<div class="sectionbody">
<div class="para"><p>When <tt>--temp</tt> is used (or implied by <tt>--stage=all</tt>)
-<em>git-checkout-index</em> will create a temporary file for each index
+<em>git checkout-index</em> will create a temporary file for each index
entry being checked out. The index will not be updated with stat
information. These options can be useful if the caller needs all
stages of all unmerged entries so that the unmerged files can be
@@ -528,12 +528,12 @@ To update and refresh only the files already checked out
</div></div>
</dd>
<dt>
-Using <em>git-checkout-index</em> to "export an entire tree"
+Using <em>git checkout-index</em> to "export an entire tree"
</dt>
<dd>
<p>
The prefix ability basically makes it trivial to use
- <em>git-checkout-index</em> as an "export as tree" function.
+ <em>git checkout-index</em> as an "export as tree" function.
Just read the desired tree into the index, and do:
</p>
<div class="listingblock">
@@ -574,7 +574,7 @@ Junio C Hamano and the git-list &lt;git@vger.kernel.org&gt;.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:28 UTC
+Last updated 2010-01-21 17:44:22 UTC
</div>
</div>
</body>