Loading request...
Add an option to automatically fill the commit message, optionally with hostname, date, time, etc., using templating (e.g., `%date` -> `2022-24-04`). This should ideally be per-repository.
**Is your feature request related to a problem? Please describe.** I want to show hostname of the device that pushes to a repo in the commit message **Describe the solution you'd like** An option to automatically fill the commit message, *optionally with hostname, date, time, .. etc with templating like `%date` -> `2022-24-04`*\ This should ideally be per-repository It could also read `commit.template` from gitconfig or just use a file you choose