On Fri, Jan 6, 2012 at 9:26 PM, Phil Hord <phil.hord@xxxxxxxxx> wrote: > Do you see any _problem_ with making core.worktree a relative > directory in the specific case of git submodules? Not a problem per se, but you should look at the comment at the top of t1510 to see where it is relative to. Two interesting rules: 2. .git file is relative to parent directory. .git file is basically symlink in disguise. The directory where .git file points to will become new git_dir. 3. core.worktree is relative to git_dir. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html