Re: [PATCH v8 2/4] worktree: refactor find_linked_symref function
Michael Rappazzo writes: > Refactoring will help transition this code to provide additional useful > worktree functions. > > Signed-off-by: Michael Rappazzo > --- > worktree.c | 86 > ++ > 1 file changed, 64 insertions(+), 22 deletion
[PATCH v8 2/4] worktree: refactor find_linked_symref function
Refactoring will help transition this code to provide additional useful worktree functions. Signed-off-by: Michael Rappazzo --- worktree.c | 86 ++ 1 file changed, 64 insertions(+), 22 deletions(-) diff --git a/worktree.c b/worktree.c