Add utility script to output changes in html
This commit is contained in:
parent
49140ef84a
commit
e92dff0331
3
scripts/make-html-changes.sh
Executable file
3
scripts/make-html-changes.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
git log -n 20 --no-merges --date=short --format="<li id=\"%h\"><time>%ad</time> %s</li>"
|
Loading…
Reference in New Issue
Block a user