Re: [PATCH 4/6] submodule: change string_list changed_submodule_paths

2017-05-01 Thread Brandon Williams
On 04/30, Junio C Hamano wrote: > Brandon Williams writes: > > > Eliminate a call to 'xstrdup()' by changing the string_list > > 'changed_submodule_paths' to duplicated strings added to it. > > > > Signed-off-by: Brandon Williams > > --- > > submodule.c |

Re: [PATCH 4/6] submodule: change string_list changed_submodule_paths

2017-04-30 Thread Junio C Hamano
Brandon Williams writes: > Eliminate a call to 'xstrdup()' by changing the string_list > 'changed_submodule_paths' to duplicated strings added to it. > > Signed-off-by: Brandon Williams > --- > submodule.c | 4 ++-- > 1 file changed, 2 insertions(+), 2

[PATCH 4/6] submodule: change string_list changed_submodule_paths

2017-04-28 Thread Brandon Williams
Eliminate a call to 'xstrdup()' by changing the string_list 'changed_submodule_paths' to duplicated strings added to it. Signed-off-by: Brandon Williams --- submodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submodule.c b/submodule.c index