How can I find the latest squashed commit?
Clarification: I mean a commit created by the command
git merge --squash branch
Ideally I'd like to know how I can find the second-to-last merge or squash commit, but if I get an answer to my primary question, I can probably figure out the rest.