summaryrefslogtreecommitdiffstats
path: root/git-read-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-09-30 00:04:34 +0000
committerJunio C Hamano <junio@kernel.org>2010-09-30 00:04:34 +0000
commit3b4609d029e2db42b5154f019facecee49196bf0 (patch)
tree6d059b8455a973760f1680791fbdf8c453fe387e /git-read-tree.html
parent442206cbc570d6bc05423bd8a54db5f06d740c65 (diff)
downloadgit-htmldocs-3b4609d029e2db42b5154f019facecee49196bf0.tar.gz
Autogenerated HTML docs for v1.7.3.1-45-g9855
Diffstat (limited to 'git-read-tree.html')
-rw-r--r--git-read-tree.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/git-read-tree.html b/git-read-tree.html
index 992bce5c1..0a0d2c470 100644
--- a/git-read-tree.html
+++ b/git-read-tree.html
@@ -323,7 +323,7 @@ git-read-tree(1) Manual Page
<div class="para"><p><em>git read-tree</em> [[-m [--trivial] [--aggressive] | --reset | --prefix=&lt;prefix&gt;]
[-u [--exclude-per-directory=&lt;gitignore&gt;] | -i]]
[--index-output=&lt;file&gt;] [--no-sparse-checkout]
- &lt;tree-ish1&gt; [&lt;tree-ish2&gt; [&lt;tree-ish3&gt;]]</p></div>
+ (--empty | &lt;tree-ish1&gt; [&lt;tree-ish2&gt; [&lt;tree-ish3&gt;]])</p></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -493,6 +493,15 @@ when both sides adds a path identically. The resolution
</p>
</dd>
<dt>
+--empty
+</dt>
+<dd>
+<p>
+ Instead of reading tree object(s) into the index, just empty
+ it.
+</p>
+</dd>
+<dt>
&lt;tree-ish#&gt;
</dt>
<dd>
@@ -835,7 +844,7 @@ works with .gitignore, does not work with sparse checkout.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-09-18 23:56:52 UTC
+Last updated 2010-09-30 00:02:59 UTC
</div>
</div>
</body>