Permalink
Browse files

Add author name and date to git changelog.

  • Loading branch information...
Andy Chu
Andy Chu committed Sep 5, 2017
1 parent 76af99b commit bbe5808be736a0cc66853a37d9934f85ca2434fd
Showing with 2 additions and 1 deletion.
  1. +2 −1 scripts/release.sh
View
@@ -168,7 +168,8 @@ _git-changelog-body() {
<td><a class="checksum"
href="https://github.com/oilshell/oil/commit/%H">%h</a>
</td>
<td class="date">%cd</td>
<td class="date">%ad</td>
<td>%x00%an%x01</td>
<td class="subject">%x00%s%x01</td>
</tr>'
git log \

0 comments on commit bbe5808

Please sign in to comment.