aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/identity.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-07 10:16:02 +0000
committerGravatar Runxi Yu2026-06-07 10:16:02 +0000
commit2f34ba9a792c3e0f4a5249d2e000cacbe73574fe (patch)
tree842cdf32cd1314d3d86252b49456abc435ea9537 /internal/testgit/identity.go
parentinternal/testgit: Unexport Run and Command (diff)
internal/testgit: Prepare for tag
Diffstat (limited to 'internal/testgit/identity.go')
-rw-r--r--internal/testgit/identity.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/testgit/identity.go b/internal/testgit/identity.go
new file mode 100644
index 00000000..1c155464
--- /dev/null
+++ b/internal/testgit/identity.go
@@ -0,0 +1,7 @@
+package testgit
+
+// Identity configures a Git identity.
+type Identity struct {
+ Name string
+ Email string
+}