functional prototype: TOML settings, CLI args, templated repo output
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<body style="font-family: monospace;">
|
||||
branch: {{branch.ref_name}}<br/>
|
||||
hash: {{branch.full_hash}} ({{branch.short_hash}})<br/>
|
||||
author: {{branch.author.name}}<br/>
|
||||
committer: {{branch.committer.name}}<br/>
|
||||
date: {{ts_to_date(ts=branch.ts_utc, tz=branch.ts_offset)}}<br/>
|
||||
summary: {{branch.summary}}<br/>
|
||||
<pre>{{branch.message}}</pre>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user