From 37f86979eefddb653e90b6af700b976dd3463417 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 7 Jun 2026 09:35:38 +0000 Subject: internal/testgit: Unexport Run and Command --- internal/testgit/commit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/testgit/commit.go') diff --git a/internal/testgit/commit.go b/internal/testgit/commit.go index a608d2fa..883db312 100644 --- a/internal/testgit/commit.go +++ b/internal/testgit/commit.go @@ -43,7 +43,7 @@ func (repo *Repo) CommitTree( args = append(args, "-m", opts.Message, "--end-of-options", tree.String()) - cmd := repo.Command(tb, "git", args...) + cmd := repo.command(tb, "git", args...) if opts.Author.Name != "" { cmd.Env = setEnv(cmd.Env, "GIT_AUTHOR_NAME", opts.Author.Name) } -- cgit v1.3.1-10-gc9f91