Merge branch 'cn/eradicate-working-copy' into maint
* cn/eradicate-working-copy: Remove 'working copy' from the documentation and C code
This commit is contained in:
@ -147,7 +147,7 @@ advice.*::
|
||||
|
||||
core.fileMode::
|
||||
If false, the executable bit differences between the index and
|
||||
the working copy are ignored; useful on broken filesystems like FAT.
|
||||
the working tree are ignored; useful on broken filesystems like FAT.
|
||||
See linkgit:git-update-index[1].
|
||||
+
|
||||
The default is true, except linkgit:git-clone[1] or linkgit:git-init[1]
|
||||
@ -179,7 +179,7 @@ is created.
|
||||
|
||||
core.trustctime::
|
||||
If false, the ctime differences between the index and the
|
||||
working copy are ignored; useful when the inode change time
|
||||
working tree 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.
|
||||
@ -292,7 +292,7 @@ core.ignoreStat::
|
||||
If true, commands which modify both the working tree and the index
|
||||
will mark the updated paths with the "assume unchanged" bit in the
|
||||
index. These marked files are then assumed to stay unchanged in the
|
||||
working copy, until you mark them otherwise manually - Git will not
|
||||
working tree, until you mark them otherwise manually - Git will not
|
||||
detect the file changes by lstat() calls. This is useful on systems
|
||||
where those are very slow, such as Microsoft Windows.
|
||||
See linkgit:git-update-index[1].
|
||||
|
@ -318,7 +318,7 @@ Any other arguments are passed directly to 'git log'
|
||||
Show what revision and author last modified each line of a file. The
|
||||
output of this mode is format-compatible with the output of
|
||||
`svn blame' by default. Like the SVN blame command,
|
||||
local uncommitted changes in the working copy are ignored;
|
||||
local uncommitted changes in the working tree are ignored;
|
||||
the version of the file in the HEAD revision is annotated. Unknown
|
||||
arguments are passed directly to 'git blame'.
|
||||
+
|
||||
|
Reference in New Issue
Block a user