Re: [PATCH v2 2/2] submodule--helper.c: remove duplicate code

2017-03-08 Thread Brandon Williams
On 03/09, Valery Tolstov wrote: > Remove code fragment from module_clone that duplicates functionality > of connect_work_tree_and_git_dir in dir.c > > Signed-off-by: Valery Tolstov Patch looks good all the tests pass when running this on top of Stefan's checkout series 'origin/sb/checkout-recurs

[PATCH v2 2/2] submodule--helper.c: remove duplicate code

2017-03-08 Thread Valery Tolstov
Remove code fragment from module_clone that duplicates functionality of connect_work_tree_and_git_dir in dir.c Signed-off-by: Valery Tolstov --- builtin/submodule--helper.c | 20 ++-- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/builtin/submodule--helper.c b/bui