diff options
| author | 2026-06-06 16:09:23 +0000 | |
|---|---|---|
| committer | 2026-06-06 16:09:23 +0000 | |
| commit | fc3db8f5f660fca5d6736ee8e2e643ce9a06d837 (patch) | |
| tree | c0ff09811ea99f95da483475d70d687e6899833b | |
| parent | README: git.runxiyu.org is the main mirror now (diff) | |
| signature | No signature | |
testgit sucks
| -rw-r--r-- | REFACTOR | 2 | ||||
| -rw-r--r-- | internal/testgit/repo.go | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -1,6 +1,4 @@ commitquery -common -common/iowrap config diff diff/lines diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go index 78c079fc..f28ed0cb 100644 --- a/internal/testgit/repo.go +++ b/internal/testgit/repo.go @@ -28,7 +28,7 @@ func NewRepo(tb testing.TB, opts RepoOptions) (*Repo, error) { "GIT_CONFIG_GLOBAL=/dev/null", "GIT_CONFIG_SYSTEM=/dev/null", "GIT_AUTHOR_NAME=Test Author", - "GIT_AUTHOR_EMAIL=test@example.org", + "GIT_AUTHOR_EMAIL=author@example.org", "GIT_COMMITTER_NAME=Test Committer", "GIT_COMMITTER_EMAIL=committer@example.org", "GIT_AUTHOR_DATE=1234567890 +0000", |
