Brandon Williams <bmwill@xxxxxxxxxx> writes: > Changes in v5: > * Add "NEEDSWORK" comments to indicate where attention is needed once > per-worktree config is a reality > * --no-recurse now works by clearing the string list of paths. > * module_list_active() now does post-processing instead of duplicating code. > > Brandon Williams (10): > submodule--helper: add is-active subcommand > submodule status: use submodule--helper is-active > submodule sync: skip work for inactive submodules > submodule sync: use submodule--helper is-active > submodule--helper clone: check for configured submodules using helper > submodule: decouple url and submodule interest > submodule init: initialize active submodules > clone: teach --recurse-submodules to optionally take a pathspec > submodule--helper init: set submodule.<name>.active > submodule add: respect submodule.active and submodule.<name>.active Replaced what has been queued with this and read it over again. Looked sensible. Thanks.