@@ -147,7 +147,7 @@ advice.*::
147147
148148core.fileMode::
149149 If false, the executable bit differences between the index and
150- the working copy are ignored; useful on broken filesystems like FAT.
150+ the working tree are ignored; useful on broken filesystems like FAT.
151151 See linkgit:git-update-index[1].
152152+
153153The default is true, except linkgit:git-clone[1] or linkgit:git-init[1]
@@ -179,7 +179,7 @@ is created.
179179
180180core.trustctime::
181181 If false, the ctime differences between the index and the
182- working copy are ignored; useful when the inode change time
182+ working tree are ignored; useful when the inode change time
183183 is regularly modified by something outside Git (file system
184184 crawlers and some backup systems).
185185 See linkgit:git-update-index[1]. True by default.
@@ -292,7 +292,7 @@ core.ignoreStat::
292292 If true, commands which modify both the working tree and the index
293293 will mark the updated paths with the "assume unchanged" bit in the
294294 index. These marked files are then assumed to stay unchanged in the
295- working copy , until you mark them otherwise manually - Git will not
295+ working tree , until you mark them otherwise manually - Git will not
296296 detect the file changes by lstat() calls. This is useful on systems
297297 where those are very slow, such as Microsoft Windows.
298298 See linkgit:git-update-index[1].
0 commit comments