Documentation: always respect core.worktree if set
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 29 Dec 2009 07:48:41 +0000 (14:48 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Dec 2009 15:57:54 +0000 (07:57 -0800)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found