changelog_from_git.sh revision 225736
1#!/bin/sh
2
3git log --pretty=format:"%ai %an <%ae>%n         * %h %s%n"
4