0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-01-24 06:25:54 +01:00
This commit is contained in:
Lunny Xiao 2025-12-18 21:55:06 -08:00
parent e5fe09301a
commit 7228fb1498
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -30,8 +30,6 @@ func initRepoCommit(ctx context.Context, tmpPath string, repo *repo_model.Reposi
"GIT_AUTHOR_NAME="+sig.Name,
"GIT_AUTHOR_EMAIL="+sig.Email,
"GIT_AUTHOR_DATE="+commitTimeStr,
"GIT_COMMITTER_NAME="+sig.Name,
"GIT_COMMITTER_EMAIL="+sig.Email,
"GIT_COMMITTER_DATE="+commitTimeStr,
)
committerName := sig.Name