summaryrefslogtreecommitdiffstats
path: root/git-status.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-05-26 14:38:47 -0700
committerJunio C Hamano <gitster@pobox.com>2015-05-26 14:38:47 -0700
commitc4e2a202f871f2ea28e7598befddf229f7cda9f5 (patch)
treefea82563dc976003740e95c8ac9f1229fb5c87b3 /git-status.html
parent1dbca52d492eab38500f435fc9af5f463d3e9c95 (diff)
downloadgit-htmldocs-c4e2a202f871f2ea28e7598befddf229f7cda9f5.tar.gz
Autogenerated HTML docs for v2.4.2-337-gfae4
Diffstat (limited to 'git-status.html')
-rw-r--r--git-status.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/git-status.html b/git-status.html
index 69334220d..93315b0f9 100644
--- a/git-status.html
+++ b/git-status.html
@@ -857,7 +857,10 @@ specify the handling of untracked files.</p></div>
shown (i.e. the same as specifying <code>normal</code>), to help you avoid
forgetting to add newly created files. Because it takes extra work
to find untracked files in the filesystem, this mode may take some
-time in a large working tree. You can use <code>no</code> to have <code>git status</code>
+time in a large working tree.
+Consider enabling untracked cache and split index if supported (see
+<code>git update-index --untracked-cache</code> and <code>git update-index
+--split-index</code>), Otherwise you can use <code>no</code> to have <code>git status</code>
return more quickly without showing untracked files.</p></div>
<div class="paragraph"><p>The default can be changed using the status.showUntrackedFiles
configuration variable documented in <a href="git-config.html">git-config(1)</a>.</p></div>
@@ -1090,7 +1093,7 @@ output but does not honor these settings.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-04-28 15:47:21 PDT
+Last updated 2015-05-26 14:38:11 PDT
</div>
</div>
</body>