diff --git a/Documentation/git.txt b/Documentation/git.txt index b0e8f02851c24453a07538d15385762b7843bf84..820daad675a5baf3bc72c07f8dcd5ce836d397f3 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -654,9 +654,7 @@ git so take care if using Cogito etc. The '--git-dir' command-line option also sets this value. 'GIT_WORK_TREE':: - Set the path to the working tree. The value will not be - used in combination with repositories found automatically in - a .git directory (i.e. $GIT_DIR is not set). + Set the path to the root of the working tree. This can also be controlled by the '--work-tree' command line option and the core.worktree configuration variable.