made the changelog page prettier.

This commit is contained in:
Jacob Parker 2012-02-23 01:07:51 -05:00
parent 9ab747e426
commit c47065a4de
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
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>"
echo "<ul>"
git log --pretty=format:'<li>%s - %aN (%ae) <b>(%cr)</b></li>' --abbrev-commit --date=relative --no-merges
echo "</ul>"