Git Grep über alle Zweige
git grep "string/regexp" $(git rev-list --all)
Friendly Hawk
git grep "string/regexp" $(git rev-list --all)