Re: [PATCH 3/9] submodule: implement `module_clone` as a builtin helper

2015-08-31 Thread Junio C Hamano
Stefan Beller writes: > + char *s = (char*)sm_gitdir; char *s = (char *)sm_gitdir; Many other places have similar, also in 7/9. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More

[PATCH 3/9] submodule: implement `module_clone` as a builtin helper

2015-08-27 Thread Stefan Beller
`module_clone` is part of the update command, which I want to convert to C next. Signed-off-by: Stefan Beller sbel...@google.com Signed-off-by: Junio C Hamano gits...@pobox.com --- builtin/submodule--helper.c | 148 +++- git-submodule.sh| 80