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