Brandon Williams [off-list ref] 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.<name>.update' config since it really didn't make much sense for
it to respect it.
* The above point also enabled me to fix some issues that coverity found with
how I was overlaying the repo config with the submodule update strategy.
Instead the update strategy parsing logic is separated into two functions so
that just the enum can be determined from a string (which is all
update-clone needed).
Thanks. I was wondering what the status of this series was when I
accepted the updated "grep --recurse-submodules" the other day.