The standard "user" configuration parameters.
The standard "user" configuration parameters.
Example #1
0
 private PersonIdent(UserConfig config) : this(config.GetCommitterName(), config.GetCommitterEmail
                                                   ())
 {
 }