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.
gitea/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>
3 years ago
..
admin.go Add/update SMTP auth providers via cli (#18197) 3 years ago
admin_auth_ldap.go Refactor auth package (#17962) 3 years ago
admin_auth_ldap_test.go Refactor auth package (#17962) 3 years ago
cert.go
cmd.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
convert.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
docs.go
doctor.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
dump.go Simplify parameter types (#18006) 3 years ago
dump_repo.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
embedded.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
embedded_stub.go
generate.go
hook.go Make Requests Processes and create process hierarchy. Associate OpenRepository with context. (#17125) 3 years ago
hook_test.go
keys.go
mailer.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
manager.go
migrate.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
migrate_storage.go Some repository refactors (#17950) 3 years ago
restore_repo.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
serv.go not show double error response in git hook (#18292) 3 years ago
web.go Replace "unix" by "http+unix" for PROTOCOL (#17771) 3 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) 3 years ago