diff options
| author | 2026-06-07 10:16:02 +0000 | |
|---|---|---|
| committer | 2026-06-07 10:16:02 +0000 | |
| commit | 2f34ba9a792c3e0f4a5249d2e000cacbe73574fe (patch) | |
| tree | 842cdf32cd1314d3d86252b49456abc435ea9537 /internal/testgit/identity.go | |
| parent | internal/testgit: Unexport Run and Command (diff) | |
internal/testgit: Prepare for tag
Diffstat (limited to 'internal/testgit/identity.go')
| -rw-r--r-- | internal/testgit/identity.go | 7 |
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 +} |
