How does one locate all git log messages in the git object database?

234 views Asked by At

Using git cat-file I can look at objects in the Key-value store but I am only interested in log messages. How do I filter out those?

1

There are 1 answers

0
murungu On

Firstly Make a list of all git object ids. Then use git cat-file -t and grep to filter all commits