enum class UserNameStyle
Defines how TeamCity retrieves VCS username from git commit. When the git config contains the following
[user]
name = Joe Coder
email = joe.coder@acme.com
then the git username in commit is Joe Coder <joe.coder@acme.com>
.
Different options specify which part of the git commit username is used in TeamCity.
Use the name part, for full name |
|
Use part of the email before the @ sign, for full name |
|
Use the email part, for full name |
|
Use full commit username, i.e. |