I\'m trying to use tags for release management in Git—I create a tag for each release. I\'d like to be able to create release notes by listing the comment titles for every commi
In order to get detailed infos on commit with a certain (known) message, I firstly call git log --oneline for overview of commints with messeges and then by the identified SHA view the commit with git show or git log --stat -p