How do I show just the names and commit titles since a tag in git?
Posted
by chrispix
on Stack Overflow
See other posts from Stack Overflow
or by chrispix
Published on 2010-05-31T05:46:20Z
Indexed on
2010/05/31
5:52 UTC
Read the original article
Hit count: 254
git
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 commit since a tag, or between 2 tags. I can't seem to find any way to do this.
© Stack Overflow or respective owner