Re: [PATCH] submodule-config: Untangle logic in parse_config

2015-10-12 Thread Junio C Hamano
Stefan Beller writes: > This improves readability of the parse_config logic by making it more concise. This does make it shorter, but "improve readability" is highly subjective and "untangle logic" is content-free without explaining what aspect of the logic is being untangled into what other sha

[PATCH] submodule-config: Untangle logic in parse_config

2015-10-12 Thread Stefan Beller
This improves readability of the parse_config logic by making it more concise. CC: Eric Sunshine CC: Heiko Voigt Signed-off-by: Stefan Beller --- Eric commented on this during the long series for parallelizing fetching submodules. I realized this can be added as an independant patch as it d