Added
- Codeberg support via a first-class
--scm=codebergprovider (reuses the Gitea backend, defaults the base URL to https://codeberg.org, and authenticates withGHORG_CODEBERG_TOKEN); self-hosted Forgejo instances are supported via--base-url, including http instances with--insecure-codeberg-client; resolves #678
Changed
Deprecated
Removed
Fixed
- Gitea/Codeberg wiki clones now use the repo's default branch instead of a hardcoded
master, fixing pulls of existing wiki clones on instances where wikis live onmain(e.g. Codeberg) GHORG_PROTECT_LOCAL,GHORG_FETCH_GIT_LFS,GHORG_FETCH_PRUNE, andGHORG_ONLY_PATHwere ignored when set in the configuration file (the CLI flags worked); thanks @xashr