Read core.worktree regardless of whether .git was discovered or not
commitaa4b1157910f674ab49033f8bc8e03658d4631a1
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 2 Jan 2010 16:19:29 +0000 (2 17:19 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 7 Jan 2010 02:33:15 +0000 (6 18:33 -0800)
tree916de2840632cb99b69bf0f889a37cb157be3edc
parent7085c0e4acb70b7d4a07e99d7a9bea3554d0fc62
Read core.worktree regardless of whether .git was discovered or not

The C Git documentation stated that the core.worktree config was
not read when the .git directory was found implicitly (from the
working directory).

This was not true, and had not been so for a long time. The
documentation has been updated to document the existing behaviour.

Change-Id: If1e81b6a981b9d70e849f24872f01c110e9bc950
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/lib/Repository.java