SubModule Support
Commands supports submodule command recursion.
Default behavior
They get a default behavior:
- recurse on - recurse
- recurse off - don't recurse
Recurse on
The following commands will also execute themselves on submodules by default
You can disable this behavior with the no-recurse flag. ie
-nr- or
--no-recurse
Example:
git-log -nr
Recurse off
These commands will not recurse by default
You can recurse by adding the recurse flag. ie:
-r- or
--recurse
Example:
git-feature-squash -r