Re: [PATCH v2 00/15] submodule-config cleanup

2017-08-03 Thread Junio C Hamano
Brandon Williams writes: > Changes in v2: > * Rebased on latest 'bw/grep-recurse-submodules' branch (Still also requires >the 'bc/object-id' series). > * Changed unpack-trees.c (checkout command) so that it no longer respects the >'submodule..update' config since it really didn't make m

[PATCH v2 00/15] submodule-config cleanup

2017-08-03 Thread Brandon Williams
Changes in v2: * Rebased on latest 'bw/grep-recurse-submodules' branch (Still also requires the 'bc/object-id' series). * Changed unpack-trees.c (checkout command) so that it no longer respects the 'submodule..update' config since it really didn't make much sense for it to respect it. *