summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
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-update-index.txt
parent1dbca52d492eab38500f435fc9af5f463d3e9c95 (diff)
downloadgit-htmldocs-c4e2a202f871f2ea28e7598befddf229f7cda9f5.tar.gz
Autogenerated HTML docs for v2.4.2-337-gfae4
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index aff01798c..1a296bc29 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -170,6 +170,20 @@ may not support it yet.
the shared index file. This mode is designed for very large
indexes that take a significant amount of time to read or write.
+--untracked-cache::
+--no-untracked-cache::
+ Enable or disable untracked cache extension. This could speed
+ up for commands that involve determining untracked files such
+ as `git status`. The underlying operating system and file
+ system must change `st_mtime` field of a directory if files
+ are added or deleted in that directory.
+
+--force-untracked-cache::
+ For safety, `--untracked-cache` performs tests on the working
+ directory to make sure untracked cache can be used. These
+ tests can take a few seconds. `--force-untracked-cache` can be
+ used to skip the tests.
+
\--::
Do not interpret any more arguments as options.