Finding list of commit object
From: Anjib Mulepati <hidden>
Date: 2016-06-15 22:53:23
Hi All, I was doing some research on git objects. I understand that each object is represented with hash code and we can find the type of object with git cat command. I was wondering is there any command we can give to find the list of commit object (or any other object type) in current project without doing cat on each and every object inside .git/objects/ Thanks, Anjib