rikosjett


Extract git commit messages since <commit>

Published at 26 March 2021

#git

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

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