summaryrefslogtreecommitdiffstats
path: root/git-write-tree.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-write-tree.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-write-tree.html')
-rw-r--r--git-write-tree.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-write-tree.html b/git-write-tree.html
index 1c575c7ac..2a09426bb 100644
--- a/git-write-tree.html
+++ b/git-write-tree.html
@@ -327,11 +327,11 @@ git-write-tree(1) Manual Page
<div class="para"><p>Creates a tree object using the current index. The name of the new
tree object is printed to standard output.</p></div>
<div class="para"><p>The index must be in a fully merged state.</p></div>
-<div class="para"><p>Conceptually, <em>git-write-tree</em> sync()s the current index contents
+<div class="para"><p>Conceptually, <em>git write-tree</em> sync()s the current index contents
into a set of tree files.
In order to have that match what is actually in your directory right
-now, you need to have done a <em>git-update-index</em> phase before you did the
-<em>git-write-tree</em>.</p></div>
+now, you need to have done a <em>git update-index</em> phase before you did the
+<em>git write-tree</em>.</p></div>
</div>
<h2 id="_options">OPTIONS</h2>
<div class="sectionbody">
@@ -341,7 +341,7 @@ now, you need to have done a <em>git-update-index</em> phase before you did the
</dt>
<dd>
<p>
- Normally <em>git-write-tree</em> ensures that the objects referenced by the
+ Normally <em>git write-tree</em> ensures that the objects referenced by the
directory exist in the object database. This option disables this
check.
</p>
@@ -372,7 +372,7 @@ now, you need to have done a <em>git-update-index</em> phase before you did the
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:53 UTC
+Last updated 2010-01-21 17:44:41 UTC
</div>
</div>
</body>