Thanks for the great wiki software! I have a suggestion that would help bring me new commits in line with the old ones after migrating my docs to otterwiki.
Feature: Override the auto-generated commit messages in env vars.
So, for instance:
COMMIT_MESSAGE="CUSTOM_TIMESTAMP"
CUSTOM_TIMESTAMP="%Y%m%dT%H%M%S%Z"
Or, in the case of a custom string:
COMMIT_MESSAGE="CUSTOM_STRING"
CUSTOM_TIMESTAMP="Update wiki"
In these cases, the commit message popup when you make a change should be suppressed.
Related issue: #81