gitea/cmd
zeripath 3477e616ab
Exclude the current dump file from the dump ()
* Exclude the current dump file from the dump

Always prevent the current file from being added to the dump.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Add skip custom directory option

Signed-off-by: Andrew Thornton <art27@cantab.net>

* placate lint

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
..
admin.go [Refactor] Passwort Hash/Set ()
admin_auth_ldap.go Add restricted user filter to LDAP authentication ()
admin_auth_ldap_test.go Add restricted user filter to LDAP authentication ()
cert.go Add golangci ()
cmd.go Sendmail command ()
convert.go Move database settings from models to setting ()
docs.go Add docs command ()
doctor.go Refactor doctor ()
dump.go Exclude the current dump file from the dump ()
dump_repo.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea ()
embedded.go Implement "embedded" command to extract static resources ()
embedded_stub.go Implement "embedded" command to extract static resources ()
generate.go TrimSpace when reading InternalToken from a file ()
hook.go Move update-server-info to hooks ()
keys.go Add debug option to serv to help debug problems ()
mailer.go Fix send mail ()
manager.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
migrate.go Graceful: Xorm, RepoIndexer, Cron and Others ()
migrate_storage.go Avatars and Repo avatars support storing in minio ()
restore_repo.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea ()
serv.go Use IsProd instead of testing if it's equal. ()
web.go Move macaron to chi ()
web_graceful.go Move install pages out of main macaron routes ()
web_letsencrypt.go Use caddy's certmagic library for extensible/robust ACME handling ()