]> source.dussan.org Git - gitea.git/commit
Migrate temp_repo.go to use git.NewCommand (#8918)
authorzeripath <art27@cantab.net>
Mon, 11 Nov 2019 11:46:28 +0000 (11:46 +0000)
committerGitHub <noreply@github.com>
Mon, 11 Nov 2019 11:46:28 +0000 (11:46 +0000)
commit74bb292fe3f4c02fc1dc5f32622c74d820cadd78
treef4b6692f37ba56f368264fbb9406edf68a54f945
parent8d9e625f83bf05086cfb72087548d203aff96db3
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
modules/git/command.go
modules/repofiles/temp_repo.go