Thread (1 message) 1 message, 1 author, 2024-06-14

Re: [PATCH] worktree_git_path(): move the declaration to path.h

From: Junio C Hamano <hidden>
Date: 2024-06-14 19:21:42

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'.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help