aboutsummaryrefslogtreecommitdiff
package testgit

// Identity configures a Git identity.
type Identity struct {
	Name  string
	Email string
}