summaryrefslogtreecommitdiffstats
path: root/git-write-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-18 09:26:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-18 09:26:43 +0000
commitad8c64311bf4a8570e78933144a283f7b62dc984 (patch)
tree9caeca86f12a3cca5ddb504aac44c3e0374726f7 /git-write-tree.html
parent3fd90c8be62fec6a303db5e3f58339f8422c2a54 (diff)
downloadgit-htmldocs-ad8c64311bf4a8570e78933144a283f7b62dc984.tar.gz
Autogenerated HTML docs for v1.4.0-gcb11
Diffstat (limited to 'git-write-tree.html')
-rw-r--r--git-write-tree.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/git-write-tree.html b/git-write-tree.html
index 5b188c959..440b51ca4 100644
--- a/git-write-tree.html
+++ b/git-write-tree.html
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 7.0.1" />
+<meta name="generator" content="AsciiDoc 7.0.2" />
<style type="text/css">
/* Debug borders */
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
@@ -272,7 +272,7 @@ git-write-tree(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-write-tree</em> [--missing-ok]</p>
+<p><em>git-write-tree</em> [--missing-ok] [--prefix=&lt;prefix&gt;/]</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -297,6 +297,16 @@ now, you need to have done a <tt>git-update-index</tt> phase before you did the
check.
</p>
</dd>
+<dt>
+--prefix=&lt;prefix&gt;/
+</dt>
+<dd>
+<p>
+ Writes a tree object that represents a subdirectory
+ <tt>&lt;prefix&gt;</tt>. This can be used to write the tree object
+ for a subproject that is in the named subdirectory.
+</p>
+</dd>
</dl>
</div>
<h2>Author</h2>
@@ -313,7 +323,7 @@ now, you need to have done a <tt>git-update-index</tt> phase before you did the
</div>
<div id="footer">
<div id="footer-text">
-Last updated 27-Dec-2005 00:16:58 PDT
+Last updated 18-Jun-2006 09:26:36 UTC
</div>
</div>
</body>