git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git.txt: remove stale comment regarding GIT_WORK_TREE
@ 2013-05-31  1:11 Chris Rorvick
  0 siblings, 0 replies; only message in thread
From: Chris Rorvick @ 2013-05-31  1:11 UTC (permalink / raw)
  To: git; +Cc: Chris Rorvick

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>
---

Commit ea472c1 made most of the relevant updates.  Noticed this while
troubleshooting a script that failed when using an old version of Git.

Chris

 Documentation/git.txt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Documentation/git.txt b/Documentation/git.txt
index 68f1ee6..54b87d9 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -682,9 +682,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.
 
-- 
1.8.3.450.gf3f2a46

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-31  1:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-31  1:11 [PATCH] git.txt: remove stale comment regarding GIT_WORK_TREE Chris Rorvick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).