Display all commit messages since the last tag:

1
git log --no-merges --oneline --format=%s $(git describe --tags --abbrev=0)..HEAD