From: Junio C Hamano
Date: Tue, 29 Jul 2008 08:17:24 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.6.0-rc1-11-g1ce47
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=90ccff355e6fc4705005296023480aa3c957ce7e;p=git.git
Autogenerated HTML docs for v1.6.0-rc1-11-g1ce47
---
diff --git a/config.txt b/config.txt
index 1a13abc92..61c376057 100644
--- a/config.txt
+++ b/config.txt
@@ -117,6 +117,13 @@ core.fileMode::
the working copy are ignored; useful on broken filesystems like FAT.
See linkgit:git-update-index[1]. True by default.
+core.trustctime::
+ If false, the ctime differences between the index and the
+ working copy are ignored; useful when the inode change time
+ is regularly modified by something outside Git (file system
+ crawlers and some backup systems).
+ See linkgit:git-update-index[1]. True by default.
+
core.quotepath::
The commands that output paths (e.g. 'ls-files',
'diff'), when not given the `-z` option, will quote
diff --git a/git-config.html b/git-config.html
index ce34a345d..b85ee88ce 100644
--- a/git-config.html
+++ b/git-config.html
@@ -863,6 +863,18 @@ core.fileMode
+core.trustctime
+
+
+
+ If false, the ctime differences between the index and the
+ working copy are ignored; useful when the inode change time
+ is regularly modified by something outside Git (file system
+ crawlers and some backup systems).
+ See git-update-index(1). True by default.
+
+
+
core.quotepath
@@ -2688,7 +2700,7 @@ web.browser