commit単位AND検索
git grep -e hoge --and -e fuga $(git rev-list --all)
参考
https://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history
https://qiita.com/tbaba/items/a67c8d79c6c4d0dc9b73
commit単位AND検索
git grep -e hoge --and -e fuga $(git rev-list --all)
参考
https://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history
https://qiita.com/tbaba/items/a67c8d79c6c4d0dc9b73