From 2f34ba9a792c3e0f4a5249d2e000cacbe73574fe Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 7 Jun 2026 10:16:02 +0000 Subject: internal/testgit: Prepare for tag --- internal/testgit/commit.go | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'internal/testgit/commit.go') diff --git a/internal/testgit/commit.go b/internal/testgit/commit.go index 883db312..b1838e71 100644 --- a/internal/testgit/commit.go +++ b/internal/testgit/commit.go @@ -8,18 +8,11 @@ import ( "lindenii.org/go/furgit/object/id" ) -// CommitTreeIdentity configures an author or committer identity -// for [Repo.CommitTree]. -type CommitTreeIdentity struct { - Name string - Email string -} - // CommitTreeOptions configures [Repo.CommitTree]. type CommitTreeOptions struct { Message string - Author CommitTreeIdentity - Committer CommitTreeIdentity + Author Identity + Committer Identity AuthorDate string CommitterDate string } -- cgit v1.3.1-10-gc9f91