diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-11 22:31:01 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-11 22:31:01 +0200 |
commit | b1bd929611c729ace6e38a41b01b365469312327 (patch) | |
tree | 39e44d5f14f223d983d5ef272a6ea1adc55ee056 /Documentation/git.txt | |
parent | Merge branch 'mm/mediawiki-https-fail-message' (diff) | |
parent | git.txt: remove stale comment regarding GIT_WORK_TREE (diff) | |
download | git-b1bd929611c729ace6e38a41b01b365469312327.tar.xz git-b1bd929611c729ace6e38a41b01b365469312327.zip |
Merge branch 'cr/git-work-tree-sans-git-dir'
These days, "git --work-tree=there cmd" without specifying an
explicit --git-dir=here will do the usual discovery, but we had a
description of older behaviour in the documentation.
* cr/git-work-tree-sans-git-dir:
git.txt: remove stale comment regarding GIT_WORK_TREE
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index fcbca8db77..2e23cbb224 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -683,9 +683,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. |