You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
zeripath 8eeb2877d5
Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)
There are two major components to this PR:

* This PR handles merge and rebase failures from merging a little more nicely with Flash errors rather a 500.
* All git commands are run in the LC_ALL="C" environment to ensure that error messages are in English. This DefaultLocale is defined in a way that if necessary (due to platform weirdness) it can be overridden at build time using LDFLAGS="-X "code.gitea.io/gitea/modules/git.DefaultLocale=C"" with C changed for the locale as necessary.
5 years ago
..
admin Fix new user form for non-local users (#8826) 5 years ago
api/v1 Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) 5 years ago
dev Display ui time with customize time location (#7792) 5 years ago
org Allow to add and remove all repositories to/from team. (#8867) 5 years ago
private Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
repo Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) 5 years ago
routes Add basic repository lfs management (#7199) 5 years ago
user Fix require external registration password (#8885) 5 years ago
utils Slack webhook channel name cannot be empty or just contain an hashtag (#4786) 6 years ago
home.go Use AppSubUrl for more redirections (#8647) 5 years ago
init.go Move webhook to a standalone package under modules (#8747) 5 years ago
install.go Upgrade xorm to v0.8.0 (#8536) 5 years ago
metrics.go Use gitea forked macaron (#7933) 5 years ago
swagger_json.go Swagger.v1.json template (#3572) 6 years ago