Add utility script to output changes in html

This commit is contained in:
Frédéric Guillot 2014-02-09 14:26:02 -05:00
parent 49140ef84a
commit e92dff0331
1 changed files with 3 additions and 0 deletions

3
scripts/make-html-changes.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
git log -n 20 --no-merges --date=short --format="<li id=\"%h\"><time>%ad</time> %s</li>"