www-new/bin/changelog.sh

6 lines
293 B
Bash
Raw Permalink Normal View History

2012-02-23 01:07:51 -05:00
echo "<h1>Recent Changes</h1>"
echo "<p>This list was generated from the git log for the website. The git repository for this webpage can be accessed from FIXME.</p>"
2012-02-19 02:30:23 -05:00
echo "<ul>"
git log --pretty=format:'<li>%s - %aN <b>(%cr)</b></li>' --abbrev-commit --date=relative --no-merges
2012-02-19 02:30:23 -05:00
echo "</ul>"