Extract git commit messages since <commit>

Published at

#git

This TIL is more than a year old. Some details may have changed.

To quickly get list of events. Usefull for release notes etc.

git log --format=%B <commit hash>..HEAD > filename.ext