mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-29 03:54:25 +01:00
74bb292fe3
This PR migrates temp_repo.go to use git.NewCommand instead creating processes by itself - this fixes the problem underlying PR #8905. There are other places that run git outside of the controlled locale defined in #8548 but temp_repo.go is the only cause of failure of local testing in cases where English is not the default - implying that error messages from those other commands are not interpreted. Replaces #8905 |
||
---|---|---|
.. | ||
action_test.go | ||
action.go | ||
blob_test.go | ||
blob.go | ||
commit_status.go | ||
commit.go | ||
content_test.go | ||
content.go | ||
delete.go | ||
diff_test.go | ||
diff.go | ||
file_test.go | ||
file.go | ||
repofiles_test.go | ||
repofiles.go | ||
temp_repo.go | ||
tree_test.go | ||
tree.go | ||
update.go | ||
upload.go | ||
verification.go |