Next: , Previous: , Up: Use cases   [Contents][Index]


6.3 Search the meta-data history

GIT allows to quickly search text into the meta-data whole history:

$ git log -S 'panthere'
commit <COMMIT_NUMBER>
$ git diff <COMMIT_NUMBER>