From 90ccff355e6fc4705005296023480aa3c957ce7e Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Tue, 29 Jul 2008 08:17:24 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc1-11-g1ce47
---
config.txt | 7 +++++++
git-config.html | 14 +++++++++++++-
git-ls-files.html | 4 ++--
git-ls-files.txt | 2 +-
git-ls-tree.html | 28 +++++++++++++++++++++++-----
git-ls-tree.txt | 18 ++++++++++++++----
git-update-index.html | 6 +++++-
git-update-index.txt | 5 +++++
8 files changed, 70 insertions(+), 14 deletions(-)
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