http://stackoverflow.com/questions/2928584/how-to-grep-search-committed-code-in-the-git-history
git grep <regexp> $(git rev-list --all)
git grep <regexp> $(git rev-list --all)
git rev-list按照反向时间顺序列出所有commit objects.
有没有觉得瞬间高大上?
git rev-list按照反向时间顺序列出所有commit objects.
有没有觉得瞬间高大上?