github.com/gabrie30/ghorg
v1.11.14
#1007 most downloaded on Go modules
gabrie30/ghorg
What this package is like to depend on
Last release 22 days ago
01 Aug 2026
Ships fairly regularly
a new release about every 6 weeks
Rarely documented
notes for 11 of 67 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
162 releases · first in 2018
21 releases in the last 12 months
see the full history below
Release timeline
162 releases · May 2018 to Aug 2026Releases
latest 60 of 162-
v1.11.15-0.20260801152426-e765bd92867201 Aug 2026 pre-releaseNothing published for this version
-
v1.11.15-0.20260723031747-42b90995b8b223 Jul 2026 pre-releaseNothing published for this version
-
v1.11.1423 Jul 2026Release notes
Open source →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
Security
- Codeberg support via a first-class
-
v1.11.14-0.20260712032200-851a668efc7f12 Jul 2026 pre-releaseNothing published for this version
-
v1.11.1312 Jul 2026Release notes
Open source →Added
- Optional
token_cmdto the reclone.yaml configuration; thanks @jmd-au
Changed
Deprecated
Removed
Fixed
- Bug with reclone index out of range when cmd not in reclone.conf; thanks @chirag127
Security
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#684)
- Bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /scripts/local-gitea/seeder (#683)
- Bump actions/upload-pages-artifact from 3 to 5 (#670)
- Bump github/codeql-action from 2 to 4 (#669)
- Bump actions/setup-go from 4 to 6 (#668)
- Bump actions/deploy-pages from 4 to 5 (#667)
- Bump actions/checkout from 2 to 7 (#666)
- Bump actions/configure-pages from 2 to 6 (#665)
- Bump docker/login-action from 3 to 4 (#664)
- Bump docker/setup-buildx-action from 2 to 4 (#663)
- Bump goreleaser/goreleaser-action from 4 to 7 (#662)
- Bump docker/build-push-action from 5 to 7 (#661)
- Bump golang.org/x/image from 0.39.0 to 0.41.0 (#660)
- Bump golang.org/x/net from 0.38.0 to 0.55.0 in /scripts/local-bitbucket/seeder (#659)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.18.0 to 2.19.0 (#658)
- Optional
-
v1.11.1227 Jun 2026Release notes
Open source →Added
- GHORG_FETCH_GIT_LFS to run git lfs fetch --all on every repo which will correctly fetch all LFS objects from the upstream repository; thanks @dotboris
- GHORG_GITLAB_INCLUDE_SHARED_PROJECTS (--gitlab-include-shared-projects), GitLab only, defaults to true; set to false to skip projects that are only shared with a group rather than owned by it; thanks @agncr
- GHORG_TOKEN_CMD to populate token from password managers; thanks @batagy
Changed
ghorg reclone --listnow returns a sorted list
Deprecated
Removed
Fixed
Security
-
v1.11.12-0.20260513010030-9674db9a0e4213 May 2026 pre-releaseNothing published for this version
-
v1.11.1113 May 2026Release notes
Open source →Added
- GHORG_GITHUB_REPO_LIST_CONCURRENCY to prevent github secondary ratelimiting
- Automatic git clone retries (up to 3 retries with 1s, 2s, then 3s delay) on failure
Changed
Deprecated
Removed
Fixed
--protect-local --dry-runnow previews which existing local repos would be skipped due to uncommitted changes or unpushed commits (previously the dry-run output made no mention of protected repos, despite the documented behavior); thanks @mogsdad--dry-runno longer double-spaces the repo URL list (each URL was ending with\n\nbecausecolorlog.PrintSubtleInfoalready appends a newline)- GitHub Actions use Go 1.26.0 so
go testmatchesgo 1.26and vendored module requirements (was 1.25.0 withGOTOOLCHAIN=local) - CLI bool flag overrides (e.g.
--no-clean=false) are now honored against config-enabled flags; previously the override was silently dropped because the flag-to-env sync hardcoded"true"regardless of the parsed value, violating the documented "CLI > config > default" precedence; thanks @crd
Security
- Updated to go-term-markdown fork with updated depedencies
-
v1.11.11-0.20260329174121-722a33537d6e29 Mar 2026 pre-releaseNothing published for this version
-
v1.11.1029 Mar 2026Release notes
Open source →Added
- ghorg-create-workspace skill
- GHORG_GITHUB_USER_GISTS flag to clone a GitHub user's gists (#626)
- GHORG_PROTECT_LOCAL - Skip updating repositories with uncommitted changes or unpushed commits
- GHORG_FETCH_PRUNE to toggle the --prune flag on git fetches; thanks @batagy
Changed
Deprecated
Removed
Fixed
Security
-
v1.11.10-0.20260207205606-2830b89c8fb507 Feb 2026 pre-releaseNothing published for this version
-
v1.11.907 Feb 2026Release notes
Open source →Added
- GHORG_GITLAB_GROUP_MATCH_REGEX; thanks @batagy
Changed
Deprecated
Removed
Fixed
- Quotes within reclone commands; thanks @batagy
Security
-
v1.11.801 Feb 2026Release notes
Open source →Added
- Bitbucket Cloud API token authentication support; thanks @dean-tate
- Allow host name to specified in SSH clone URLs; thanks @nickdademo
Changed
Deprecated
Removed
Fixed
Security
- Bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 (#607)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88 (#606)
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#608)
- Bump gitlab.com/gitlab-org/api/client-go from 0.157.1 to 1.10.0 (#609)
- Bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.24.0 (#613)
-
v1.11.8-0.20251206160117-4d87d97b592d06 Dec 2025 pre-releaseNothing published for this version
-
v1.11.706 Dec 2025Release notes
Open source →Added
- Parallel pagination for SCM repo fetching. A major speed improvement for cloning large organizations (#597)
Changed
Deprecated
Removed
Fixed
- GHORG_FETCH_ALL check to no-clean mode processing; thanks @ypid-work (#594)
Security
-
v1.11.7-0.20251108153603-eceb10f6d4d908 Nov 2025 pre-releaseNothing published for this version
-
v1.11.606 Nov 2025Release notes
Open source → -
v1.11.6-0.20251031051510-939b74f081ff31 Oct 2025 pre-releaseNothing published for this version
-
v1.11.531 Oct 2025Release notes
Open source →Added
- Self hosted Bitbucket support
ghorgonlyfile support to clone only repos matching substring patterns (include-only filter); thanks @fgouteroux
Changed
- Empty interface to any
Deprecated
Removed
Fixed
- File path in tokens; thanks @blackcodersec
Security
- Bump gitlab.com/gitlab-org/api/client-go from 0.142.0 to 0.148.1 (#583)
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#582)
- Bump code.gitea.io/sdk/gitea from 0.21.0 to 0.22.0 (#584)
- Bump github.com/ktrysmt/go-bitbucket from 0.9.86 to 0.9.87 (#585)
- Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.16.0 to 2.17.0 (#581)
- Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 (#580)
- Bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#579)
- Bump rexml from 3.3.9 to 3.4.2 in /site (#577)
- Sanitize token read from file and add tests (#573)
- Bump golang.org/x/net in /scripts/local-bitbucket/seeder (#571)
- Bump golang.org/x/oauth2 in /scripts/local-bitbucket/seeder (#570)
-
v1.11.5-0.20250829145747-fc57b26c337c29 Aug 2025 pre-releaseNothing published for this version
-
v1.11.429 Aug 2025Nothing published for this version
-
v1.11.4-0.20250704112922-bf87e26c492a04 Jul 2025 pre-releaseNothing published for this version
-
v1.11.304 Jul 2025Nothing published for this version
-
v1.11.229 Jun 2025Nothing published for this version
-
v1.11.2-0.20250501131321-6ef949b4226e01 May 2025 pre-releaseNothing published for this version
-
v1.11.101 May 2025Nothing published for this version
-
v1.11.1-0.20241212012038-9234010e6b1012 Dec 2024 pre-releaseNothing published for this version
-
v1.11.1-0.20241203140343-aa62c9734d8803 Dec 2024 pre-releaseNothing published for this version
-
v1.11.1-0.20241201170440-a5340cb393c701 Dec 2024 pre-releaseNothing published for this version
-
v1.11.1-0.20241105154435-6ea28724389505 Nov 2024 pre-releaseNothing published for this version
-
v1.11.028 Sep 2024Nothing published for this version
-
v1.10.1-0.20240928151847-d5785ba1fbaa28 Sep 2024 pre-releaseNothing published for this version
-
v1.10.1-0.20240923013910-3b110bf86ac523 Sep 2024 pre-releaseNothing published for this version
-
v1.10.1-0.20240921011743-9e64a97d63bd21 Sep 2024 pre-releaseNothing published for this version
-
v1.10.021 Sep 2024Nothing published for this version
-
v1.9.14-0.20240920161137-5cc347f1c27b20 Sep 2024 pre-releaseNothing published for this version
-
v1.9.14-0.20240919034758-f3383ddca4dc19 Sep 2024 pre-releaseNothing published for this version
-
v1.9.14-0.20240901164230-9dced6a4e10c01 Sep 2024 pre-releaseNothing published for this version
-
v1.9.14-0.20240720144815-3c229355f78f20 Jul 2024 pre-releaseNothing published for this version
-
v1.9.1320 Jul 2024Nothing published for this version
-
v1.9.13-0.20240710010700-30ca6dd5d0b310 Jul 2024 pre-releaseNothing published for this version
-
v1.9.13-0.20240701152529-f6a01f63f69001 Jul 2024 pre-releaseNothing published for this version
-
v1.9.13-0.20240517141434-e94b8235995b17 May 2024 pre-releaseNothing published for this version
-
v1.9.1216 May 2024Nothing published for this version
-
v1.9.12-0.20240427155458-a8e0d4fb274527 Apr 2024 pre-releaseNothing published for this version
-
v1.9.1127 Apr 2024Nothing published for this version
-
v1.9.11-0.20240314013044-d1afaccc6eea14 Mar 2024 pre-releaseNothing published for this version
-
v1.9.11-0.20240302160005-4f113870348502 Mar 2024 pre-releaseNothing published for this version
-
v1.9.11-0.20240201154136-cbd9505e219501 Feb 2024 pre-releaseNothing published for this version
-
v1.9.11-0.20240126153941-21c4efc343a026 Jan 2024 pre-releaseNothing published for this version
-
v1.9.11-0.20240124065119-2cb479a1b7c524 Jan 2024 pre-releaseNothing published for this version
-
v1.9.1022 Jan 2024Nothing published for this version
-
v1.9.10-0.20240122032058-e29b712351bf22 Jan 2024 pre-releaseNothing published for this version
-
v1.9.10-0.20240101155553-d2a21a6d49e201 Jan 2024 pre-releaseNothing published for this version
-
v1.9.926 Aug 2023Nothing published for this version
-
v1.9.9-0.20230826151335-50de2cfc071b26 Aug 2023 pre-releaseNothing published for this version
-
v1.9.9-0.20230825153437-82609637193825 Aug 2023 pre-releaseNothing published for this version
-
v1.9.825 Aug 2023Nothing published for this version
-
v1.9.8-0.20230723155944-92965c8b25ca23 Jul 2023 pre-releaseNothing published for this version
-
v1.9.723 Jul 2023Nothing published for this version