You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Codeberg support via a first-class --scm=codeberg provider (reuses the Gitea backend, defaults the base URL to https://codeberg.org, and authenticates with GHORG_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 on main (e.g. Codeberg)
GHORG_PROTECT_LOCAL, GHORG_FETCH_GIT_LFS, GHORG_FETCH_PRUNE, and GHORG_ONLY_PATH were ignored when set in the configuration file (the CLI flags worked); thanks @xashr