gitea/cmd
wxiaoguang 157b405753
Remove legacy git code (ver < 2.0), fine tune markup tests ()
* clean git support for ver < 2.0

* fine tune tests for markup (which requires git module)

* remove unnecessary comments

* try to fix tests

* try test again

* use const for GitVersionRequired instead of var

* try to fix integration test

* Refactor CheckAttributeReader to make a *git.Repository version

* update document for commit signing with Gitea's internal gitconfig

* update document for commit signing with Gitea's internal gitconfig

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
admin.go Move some repository related code into sub package ()
admin_auth_ldap.go Add LDAP group sync to Teams, fixes ()
admin_auth_ldap_test.go format with gofumpt ()
cert.go format with gofumpt ()
cmd.go fix: some typos ()
convert.go Improve install code to avoid low-level mistakes. ()
docs.go Fix offBy1 errors ()
doctor.go Don't buffer doctor logger ()
dump.go Allow package dump skipping ()
dump_repo.go format with gofumpt ()
embedded.go Remove legacy `+build:` constraint ()
embedded_stub.go Remove legacy `+build:` constraint ()
generate.go Add asymmetric JWT signing ()
hook.go Remove legacy git code (ver < 2.0), fine tune markup tests ()
hook_test.go Add agit flow support in gitea ()
keys.go Second attempt at preventing zombies ()
mailer.go Improve install code to avoid low-level mistakes. ()
manager.go Add Goroutine stack inspector to admin/monitor ()
manager_logging.go Remove legacy `unknwon/com` package ()
migrate.go Improve install code to avoid low-level mistakes. ()
migrate_storage.go Move some code into models/git ()
restore_repo.go Fix cli command restore-repo: "units" should be parsed as StringSlice ()
serv.go Move some code into models/git ()
web.go Add Goroutine stack inspector to admin/monitor ()
web_acme.go Update go deps ()
web_graceful.go Make SSL cipher suite configurable ()
web_https.go Add user settings key/value DB table ()