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

252 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 best solutions below

0
On

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