diff options
Diffstat (limited to 'changelogcurse.mustache')
-rw-r--r-- | changelogcurse.mustache | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogcurse.mustache b/changelogcurse.mustache index e4c3c66274..9d6ebd8572 100644 --- a/changelogcurse.mustache +++ b/changelogcurse.mustache @@ -4,6 +4,7 @@ {{#tags}} <br /> {{#commits}} +<br /> <p> [{{hash}}] | {{authorName}} | {{commitTime}} <br /> @@ -11,6 +12,7 @@ <br /> {{#messageBodyItems}} {{.}} +<br /> {{/messageBodyItems}} </p> {{/commits}} |