Commit Graph

6 Commits

Author SHA1 Message Date
b98f6f44b4 Add .gitignore to ignore config file 2017-11-21 00:11:01 +01:00
849f10c24e Rename config file
It’s more common to give YAML files the ending .yml and not .yaml.
2017-11-21 00:11:01 +01:00
60128d03ef Truncate status log after 100 lines
The Git history is sufficient for viewing past status messages.
Additionally, long status log files tend to take long to render. With
this commit, only the most recent 100 lines are kept, and this number
can be configured.
2017-11-21 00:11:01 +01:00
1d27a3246c Add support for GPG signing 2017-11-20 00:11:28 +01:00
5d06d0127c Add benchmark runner script with example config 2017-11-19 22:55:48 +01:00
e2cb68c8fb Initial commit 2017-11-19 22:54:55 +01:00