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/cmd
a1012112796 72b3681648
not show double error response in git hook (#18292)
if return a error message to cli, it will print it
to stderr which is duplicate with our code (line 82
in same file). so user will see two line same
error message in git output. I think it's not mecessary,
so suggerst not return error message to cli. Thanks.

Signed-off-by: a1012112796 <1012112796@qq.com>
2 years ago
..
admin.go Add/update SMTP auth providers via cli (#18197) 2 years ago
admin_auth_ldap.go Refactor auth package (#17962) 2 years ago
admin_auth_ldap_test.go Refactor auth package (#17962) 2 years ago
cert.go Add golangci (#6418) 5 years ago
cmd.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
convert.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
docs.go Fix offBy1 errors (#17606) 3 years ago
doctor.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
dump.go Simplify parameter types (#18006) 2 years ago
dump_repo.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
embedded.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
embedded_stub.go Add bundle download for repository (#14538) 3 years ago
generate.go Add asymmetric JWT signing (#16010) 3 years ago
hook.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 2 years ago
hook_test.go Add agit flow support in gitea (#14295) 3 years ago
keys.go Second attempt at preventing zombies (#16326) 3 years ago
mailer.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
manager.go Second attempt at preventing zombies (#16326) 3 years ago
migrate.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
migrate_storage.go Some repository refactors (#17950) 2 years ago
restore_repo.go Improve install code to avoid low-level mistakes. (#17779) 2 years ago
serv.go not show double error response in git hook (#18292) 2 years ago
web.go Replace "unix" by "http+unix" for PROTOCOL (#17771) 2 years ago
web_graceful.go Make SSL cipher suite configurable (#17440) 3 years ago
web_https.go Add user settings key/value DB table (#16834) 3 years ago
web_letsencrypt.go Upgrade certmagic from v0.14.1 to v0.15.2 (#18138) 2 years ago