On 12/09/18 00:49, Stefan Beller wrote: > 'calculate_changed_submodule_paths' uses a local list to compute the > changed submodules, and then produces the result by copying appropriate > items into the result list. > > Instead use the result list directly and prune items afterwards > using string_list_remove_empty_items. > > By doin so we'll have access to the util pointer for longer that s/doin/doing/ ATB, Ramsay Jones
- [PATCH 7/9] submodule: fetch in submodules git directory in... Stefan Beller
- Re: [PATCH 7/9] submodule: fetch in submodules git dir... Junio C Hamano
- Re: [PATCH 7/9] submodule: fetch in submodules git... Stefan Beller
- [PATCH 1/9] string-list: add string_list_{pop, last} functi... Stefan Beller
- Re: [PATCH 1/9] string-list: add string_list_{pop, las... Ramsay Jones
- Re: [PATCH 1/9] string-list: add string_list_{pop, las... Junio C Hamano
- [PATCH 9/9] builtin/fetch: check for submodule updates for ... Stefan Beller
- Re: [PATCH 9/9] builtin/fetch: check for submodule upd... Junio C Hamano
- [PATCH 5/9] submodule: move global changed_submodule_names ... Stefan Beller
- [PATCH 6/9] submodule.c: do not copy around submodule list Stefan Beller
- Re: [PATCH 6/9] submodule.c: do not copy around submod... Ramsay Jones
- [PATCH 8/9] fetch: retry fetching submodules if sha1 were n... Stefan Beller
- Re: [PATCH 8/9] fetch: retry fetching submodules if sh... Junio C Hamano
- [PATCH 4/9] submodule.c: sort changed_submodule_names befor... Stefan Beller
- Re: [PATCH 4/9] submodule.c: sort changed_submodule_na... Junio C Hamano
- Re: [PATCH 4/9] submodule.c: sort changed_submodul... Stefan Beller
- [PATCHv2 0/9] fetch: make sure submodule oids are fetched Stefan Beller
- [PATCH 2/9] sha1-array: provide oid_array_filter Stefan Beller
- Re: [PATCH 2/9] sha1-array: provide oid_array_filt... Stefan Beller
- [PATCH 3/9] submodule.c: fix indentation Stefan Beller
- [PATCH 4/9] submodule.c: sort changed_submodule_names ... Stefan Beller

