Created
November 29, 2010 07:51
-
-
Save hotchpotch/719705 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git --no-pager grep "$@" | |
git --no-pager submodule --quiet foreach 'git grep --full-name -n ' "$@" '; true' |
git ls-files --recurse-submodules | xargs grep "$@"
seems to work.
git 2.12.0
(out any day now) will support --recurse-submodules
flag (h/t SO).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with git
2.11.0
I see this error:all ears if anyone has a work-around