Git: listar as mensagens de commit

Uma forma interessante de gerar um changelog, usando as mensagens de commit do git:

$ git log my_tag..HEAD --pretty=oneline

Como resultado, teremos:

e3478d36697e7285fca91ab4a731debcb8aea110 - Post CRUD
1b3b753ba397fed1e9223c108b6a267c43b00dcc - Comment CRUD
99f480667cb95c2a394f06daf2bf23b2fa0ce0b9 - User CRUD