summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorChris Rorvick <chris@rorvick.com>2013-05-31 01:11:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-06-03 17:20:43 (GMT)
commita758a3499ff72111ef5f7066a9f21059c0d63d48 (patch)
treeff67c4b24d26e66fc286b1fe56239d7eaff0d214 /Documentation/git.txt
parent15999998fbda60552742275570947431b57108ae (diff)
downloadgit-a758a3499ff72111ef5f7066a9f21059c0d63d48.zip
git-a758a3499ff72111ef5f7066a9f21059c0d63d48.tar.gz
git-a758a3499ff72111ef5f7066a9f21059c0d63d48.tar.bz2
git.txt: remove stale comment regarding GIT_WORK_TREE
Official support for specifying --work-tree/GIT_WORK_TREE without --git-dir/GIT_DIR was added with v1.7.4-rc3~2^2~2. Update description of GIT_WORK_TREE to reflect this. Signed-off-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index b0e8f02..820daad 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.