summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-16 14:51:32 -0700
committerJunio C Hamano <gitster@pobox.com>2014-07-16 14:51:32 -0700
commit6f0c94493349d73a72712d42830dd811d99dcd1a (patch)
tree9edf3ccb10106a39eac0e5a697a7e562b38d42f5 /git-update-index.html
parent56121c4ea09ab8638a2ec4bf886d11ad9dbbdeb9 (diff)
downloadgit-htmldocs-6f0c94493349d73a72712d42830dd811d99dcd1a.tar.gz
Autogenerated HTML docs for v2.0.2-607-gf2c9f
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 99465f106..d31de5c6a 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -1020,6 +1020,24 @@ may not support it yet.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--split-index
+</dt>
+<dt class="hdlist1">
+--no-split-index
+</dt>
+<dd>
+<p>
+ Enable or disable split index mode. If enabled, the index is
+ split into two files, $GIT_DIR/index and $GIT_DIR/sharedindex.&lt;SHA-1&gt;.
+ Changes are accumulated in $GIT_DIR/index while the shared
+ index file contains all index entries stays unchanged. If
+ split-index mode is already enabled and <tt>--split-index</tt> is
+ given again, all changes in $GIT_DIR/index are pushed back to
+ the shared index file. This mode is designed for very large
+ indexes that take a signficant amount of time to read or write.
+</p>
+</dd>
+<dt class="hdlist1">
--
</dt>
<dd>
@@ -1304,7 +1322,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 2014-04-08 12:47:26 PDT
+Last updated 2014-07-16 14:50:19 PDT
</div>
</div>
</body>