Add the ASCII art header, and list version commits by decoding the ref tag names, when available (using the git log --decorate option).
$ git log --pretty=fuller --no-color --date=short | ./log2changes.pl Of course, limiting the log output with a range like with "[tag]..HEAD" appended can be very useful too.