From: Nguyễn Thái Ngọc Duy Date: Tue, 29 Dec 2009 07:48:41 +0000 (+0700) Subject: Documentation: always respect core.worktree if set X-Git-Tag: v1.6.6.1~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f5e025a9d5b35e24768475f6890b836ce0d5ed15?hp=f5e025a9d5b35e24768475f6890b836ce0d5ed15 Documentation: always respect core.worktree if set The value of core.worktree in a ".git/config" is honored even when it differs from the directory that has the ".git" directory as its subdirectory. This is likely to be a misconfiguration, so warn users about it. Also, drop the part of the documentation that incorrectly claimed that we ignore such a misconfigured value. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---