aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/identity.go
blob: 1c155464d76b37c77e81afe0b502e6d10645202a (about) (plain) (blame)
1
2
3
4
5
6
7
package testgit

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