Re: [PATCH v8 2/4] worktree: refactor find_linked_symref function

2015-09-22 Thread Junio C Hamano
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

2015-09-18 Thread Michael Rappazzo
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