mirror of
https://github.com/go-gitea/gitea.git
synced 2026-01-24 06:25:54 +01:00
Fix bug
This commit is contained in:
parent
e5fe09301a
commit
7228fb1498
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user