Git alias:
grep-all = !"f() { git rev-list --all | xargs git grep \"$@\"; }; f"
Syntax:
git grep-all <text> …
Example:
git grep-all foo