Re: [PATCH 04/10] Make setup_work_tree() return new prefix
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:22
Hi,
On Sun, 2 Mar 2008, Nguyễn Thái Ngọc Duy wrote:
worktree setup inside setup_git_directory*() is not perfect. It does not
take core.worktree into account. So when you do setup_work_tree(), the
real work tree may be not the one setup_git_directory*() gives you. You
need a new prefix in that case.
Probably the real fix would be to setup_git_directory(), no?
Ciao,
Dscho