summaryrefslogtreecommitdiffstats
path: root/git-update-index.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-04 11:21:49 -0700
committerJunio C Hamano <gitster@pobox.com>2022-04-04 11:21:49 -0700
commit4bea028f2f048f83d0e3ad019e96763e23659055 (patch)
tree848fb8d4d693adea476aa902d574236151247ef4 /git-update-index.html
parent93dca4316b29436160743d1b2f407205a1e002d7 (diff)
downloadgit-htmldocs-4bea028f2f048f83d0e3ad019e96763e23659055.tar.gz
Autogenerated HTML docs for v2.36.0-rc0
Diffstat (limited to 'git-update-index.html')
-rw-r--r--git-update-index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-update-index.html b/git-update-index.html
index 7ffba9575..4a02ffde1 100644
--- a/git-update-index.html
+++ b/git-update-index.html
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
-<meta name="generator" content="AsciiDoc 10.1.1" />
+<meta name="generator" content="AsciiDoc 10.1.2" />
<title>git-update-index(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -1464,7 +1464,9 @@ bad data.</p></div>
<div class="sectionbody">
<div class="paragraph"><p>This feature is intended to speed up git operations for repos that have
large working directories.</p></div>
-<div class="paragraph"><p>It enables git to work together with a file system monitor (see the
+<div class="paragraph"><p>It enables git to work together with a file system monitor (see
+<a href="git-fsmonitor&#8212;daemon.html">git-fsmonitor&#8212;daemon(1)</a>
+and the
"fsmonitor-watchman" section of <a href="githooks.html">githooks(5)</a>) that can
inform it as to what files have been modified. This enables git to avoid
having to lstat() every file to find modified files.</p></div>
@@ -1473,8 +1475,8 @@ performance by avoiding the cost of scanning the entire working directory
looking for new files.</p></div>
<div class="paragraph"><p>If you want to enable (or disable) this feature, it is easier to use
the <code>core.fsmonitor</code> configuration variable (see
-<a href="git-config.html">git-config(1)</a>) than using the <code>--fsmonitor</code> option to
-<code>git update-index</code> in each repository, especially if you want to do so
+<a href="git-config.html">git-config(1)</a>) than using the <code>--fsmonitor</code> option to <code>git
+update-index</code> in each repository, especially if you want to do so
across all repositories you use, because you can set the configuration
variable in your <code>$HOME/.gitconfig</code> just once and have it affect all
repositories you touch.</p></div>
@@ -1544,7 +1546,7 @@ automatically.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-03-09 14:17:38 PST
+ 2022-04-04 11:19:32 PDT
</div>
</div>
</body>