こんなに簡単にgitの全履歴のコードの検索ができたんですね…。
git grep <regexp> $(git rev-list --all)
How to grep (search) committed code in the git history?
http://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history
Go to list of users who liked
More than 5 years have passed since last update.
こんなに簡単にgitの全履歴のコードの検索ができたんですね…。
git grep <regexp> $(git rev-list --all)
How to grep (search) committed code in the git history?
http://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history
Register as a new user and use Qiita more conveniently
Go to list of users who liked