Code

git.txt: correct where --work-tree path is relative to
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 26 Nov 2010 15:32:43 +0000 (22:32 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Dec 2010 22:34:25 +0000 (14:34 -0800)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt

index 0c897df6a71ddb5e7f4e960300c2b336ede5aab2..7433601f353849e889388e4322963d179d427165 100644 (file)
@@ -285,7 +285,7 @@ help ...`.
        This can also be controlled by setting the GIT_WORK_TREE
        environment variable and the core.worktree configuration
        variable. It can be an absolute path or relative path to
-       the directory specified by --git-dir or GIT_DIR.
+       current working directory.
        Note: If --git-dir or GIT_DIR are specified but none of
        --work-tree, GIT_WORK_TREE and core.worktree is specified,
        the current working directory is regarded as the top directory