1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-18 01:26:04 -04:00
gitea/modules
zeripath 74bb292fe3
Migrate temp_repo.go to use git.NewCommand (#8918)
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
2019-11-11 11:46:28 +00:00
..
auth
avatar
base
cache
charset
context
convert
cron
generate
git Migrate temp_repo.go to use git.NewCommand (#8918) 2019-11-11 11:46:28 +00:00
graceful
gzip
highlight
httplib
indexer
lfs
log
markup
metrics
migrations
minwinsvc
notification
options
password
pprof
private
process
public
recaptcha
references
repofiles Migrate temp_repo.go to use git.NewCommand (#8918) 2019-11-11 11:46:28 +00:00
search
secret
session
setting
ssh
structs
sync
task
templates
test
timeutil
upload
user
util
validation
webhook