Elijah Newren [off-list ref] writes:
On Sat, Jun 8, 2024 at 6:39 PM Junio C Hamano [off-list ref] wrote:
quoted
The definition of this function is in path.c but its declaration is
in worktree.h, which is something unexpected. The function is
explained as "Similar to git_path()"; declaring it next to where
git_path() is declared would make more sense.
Signed-off-by: Junio C Hamano <redacted>
---
path.h | 9 +++++++++
revision.c | 1 +
worktree.h | 8 --------
3 files changed, 10 insertions(+), 8 deletions(-)
Simple and straightforward, and the rationale makes sense to me.
Thanks. It helped that there was only one customer that needed
adjustment. Will merge to 'next'.