When I use dbm-gorm-diff to generate changelog files, it sets the author to “username (generated)”. Is there some kind to have my full name and email-address inserted instead?
When I use dbm-gorm-diff to generate changelog files, it sets the author to username
Share
On a Windows 7 system, it picks up the environment variable USERNAME (and probably similarly on other OSes). So you could modify this value by, for ex.,
and then execute dbm-gorm-diff.
or you could pass a property value from the command line as in,
Though I can’t seem to get rid of the “(generated)” text 🙁