summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
committerJunio C Hamano <gitster@pobox.com>2012-05-02 15:02:46 -0700
commitb76a68630eaab75c4eb1c41f0fc091811854ff43 (patch)
tree5be60264e80970f60d9c56b410c8828693be8588 /git-update-index.html
parent0aadbc37c068365a09926cd895863c4a725b45d6 (diff)
downloadgit-htmldocs-b76a68630eaab75c4eb1c41f0fc091811854ff43.tar.gz
Autogenerated HTML docs for v1.7.10.1-433-g34875
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 9bd188e9c..de779df09 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -593,7 +593,7 @@ git-update-index(1) Manual Page
[--ignore-submodules]
[--really-refresh] [--unresolve] [--again | -g]
[--info-only] [--index-info]
- [-z] [--stdin]
+ [-z] [--stdin] [--index-version &lt;n&gt;]
[--verbose]
[--] [&lt;file&gt;&#8230;]</div>
<div class="verseblock-attribution">
@@ -824,6 +824,15 @@ you will need to handle the situation manually.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--index-version &lt;n&gt;
+</dt>
+<dd>
+<p>
+ Write the resulting index out in the named on-disk format version.
+ The current default version is 2.
+</p>
+</dd>
+<dt class="hdlist1">
-z
</dt>
<dd>
@@ -960,7 +969,7 @@ option. To unset, use <tt>--no-assume-unchanged</tt>. To see which files
have the "assume unchanged" bit set, use <tt>git ls-files -v</tt>
(see <a href="git-ls-files.html">git-ls-files(1)</a>).</p></div>
<div class="paragraph"><p>The command looks at <tt>core.ignorestat</tt> configuration variable. When
-this is true, paths updated with <tt>git update-index paths&#8230;</tt> and
+this is true, paths updated with <tt>git update-index paths...</tt> and
paths updated with other git commands that update both index and
working tree (e.g. <em>git apply --index</em>, <em>git checkout-index -u</em>,
and <em>git read-tree -u</em>) are automatically marked as "assume
@@ -1098,7 +1107,7 @@ ctime for marking files processed) (see <a href="git-config.html">git-config(1)<
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2012-05-02 15:00:44 PDT
</div>
</div>
</body>