summaryrefslogtreecommitdiffstats
path: root/cmd/dump_repo.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Make sure `repo_dir` is an empty directory or doesn't exist before 'dump-repo...a10121127962022-07-141-1/+18
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-011-1/+5
* Fix `dump-repo` git init, fix wrong error type for NullDownloader (#20182)wxiaoguang2022-07-011-0/+6
* format with gofumpt (#18184)65432022-01-201-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+0
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-2/+2
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-1/+4
* Always emit the configuration path (#17036)zeripath2021-09-131-0/+1
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-5/+5
* Dump github/gitlab/gitea repository data to a local directory and restore to ...Lunny Xiao2020-12-271-0/+162