Commit 98922f7b authored by Mike Gabriel's avatar Mike Gabriel

make-changelog.sh: Ship simple script for updating the upstream ChangeLog file from Git history.

parent 9b50e008
#!/bin/bash
git --no-pager log --since "1970" --format="%ai %aN (%h)%n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment