HiromuHota / pdi-git-plugin

SpoonGit allows you to manage versions of local Kettle files without leaving Spoon. In addition to Git, Subversion is also supported.
Apache License 2.0
29 stars 12 forks source link

Add an ability to configure user.name and user.email #19

Open HiromuHota opened 6 years ago

HiromuHota commented 6 years ago

If user.name and user.email are already configured, they are picked up and will be used when making a commit. But if not, they are automatically created based on system username and hostname like root <root@d9a7c35431d9>, which is not always preferable. I'd like to configure user.name and user.email on SpoonGit.