summaryrefslogtreecommitdiffstats
path: root/git-update-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-29 08:17:24 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-29 08:17:24 +0000
commit90ccff355e6fc4705005296023480aa3c957ce7e (patch)
treefe46590ef1b4956a50bbd3a7dc44be70d52d3346 /git-update-index.txt
parent85c71579a9e49243fec14ea01af832f41eeb1823 (diff)
downloadgit-htmldocs-90ccff355e6fc4705005296023480aa3c957ce7e.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-11-g1ce47
Diffstat (limited to 'git-update-index.txt')
-rw-r--r--git-update-index.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-update-index.txt b/git-update-index.txt
index 6b930bc16..1d9d81a70 100644
--- a/git-update-index.txt
+++ b/git-update-index.txt
@@ -323,6 +323,11 @@ from symbolic link to regular file.
The command looks at `core.ignorestat` configuration variable. See
'Using "assume unchanged" bit' section above.
+The command also looks at `core.trustctime` configuration variable.
+It can be useful when the inode change time is regularly modified by
+something outside Git (file system crawlers and backup systems use
+ctime for marking files processed) (see linkgit:git-config[1]).
+
SEE ALSO
--------