Closed abizjak closed 4 years ago
This is especially useful in the case of the git grep command where it is often desirable to recurse into submodules with something like git --no-pager grep --recurse-submodules --no-color -n%c -e %p -- %f
git --no-pager grep --recurse-submodules --no-color -n%c -e %p -- %f
This fixes #134
Thanks!
This is especially useful in the case of the git grep command where it is often desirable to recurse into submodules with something like
git --no-pager grep --recurse-submodules --no-color -n%c -e %p -- %f
This fixes #134