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?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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 :( |
|||
|
|
|
If you want exactly the line of code :
So áldrin is right, you can't get rid of the That's in this file |
|||
|
|