0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-18 06:22:00 +01:00
gitea/modules
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.
2019-11-10 08:42:51 +00:00
..
auth Add team option to grant rights for all organization repositories (#8688) 2019-11-06 11:37:14 +02:00
avatar
base
cache
charset
context
convert Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert (#8892) 2019-11-10 12:41:51 +08:00
cron
generate
git Adjust error reporting from merge failures and use LC_ALL=C for git (#8548) 2019-11-10 08:42:51 +00:00
graceful
gzip
highlight
httplib
indexer
lfs
log
markup
metrics
migrations Update Github migration test (#8893) 2019-11-09 15:13:35 -05:00
minwinsvc
notification Move some actions to notification/action (#8779) 2019-11-08 15:54:50 -05:00
options
password
pprof
private
process
public
recaptcha
references Enable punctuations ending mentions (#8889) 2019-11-09 17:12:05 -05:00
repofiles
search
secret
session
setting Webhook support custom proxy (#8760) 2019-11-08 16:25:53 -05:00
ssh
structs Add team option to grant rights for all organization repositories (#8688) 2019-11-06 11:37:14 +02:00
sync
task Fix bug when migrate from API (#8631) 2019-11-08 17:21:00 -05:00
templates Use templates for issue e-mail subject and body (#8329) 2019-11-07 21:34:28 +08:00
test
timeutil
upload
user
util
validation
webhook Webhook support custom proxy (#8760) 2019-11-08 16:25:53 -05:00