請 Google 大神幫忙了一下,在 StackOverflow 上找到答案:How to grep (search) committed code in the git history? - Stack Overflow ,原來用 git grep 搭配 git rev-list 就可以做到:
# 找全部 git grep$(git rev-list --all) # 只找特定目錄下的 git grep $(git rev-list --all -- lib/util) -- lib/util
沒有留言:
張貼留言