mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
Force the C locale for git subprocesses so git output used for error classification remains stable and parseable regardless of the user shell language. Add a regression test that simulates a localized git "not a repository" error and verifies it is classified as ErrRepositoryNotExists. Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com> |
||
|---|---|---|
| .. | ||
| auth.go | ||
| backend.go | ||
| backend_test.go | ||
| branch.go | ||
| cli_backend.go | ||
| cli_backend_test.go | ||
| network.go | ||
| remote.go | ||
| repo.go | ||
| repo_cli_test.go | ||
| types.go | ||
| url.go | ||
| url_test.go | ||