www-new/bin/changelog.sh

4 lines
132 B
Bash
Raw Normal View History

2012-02-19 02:30:23 -05:00
echo "<ul>"
git log --pretty=format:'<li>%s - %aN (%ae) <b>(%cr)</b></li>' --abbrev-commit --date=relative --no-merges
2012-02-19 02:30:23 -05:00
echo "</ul>"