PackageTrack
Sign in Get early access

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 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 162
  1. v1.11.15-0.20260801152426-e765bd928672 01 Aug 2026 pre-release

    Nothing published for this version

  2. v1.11.15-0.20260723031747-42b90995b8b2 23 Jul 2026 pre-release

    Nothing published for this version

  3. v1.11.14 23 Jul 2026
    Release notes

    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

    Security

    Open source →
  4. v1.11.14-0.20260712032200-851a668efc7f 12 Jul 2026 pre-release

    Nothing published for this version

  5. v1.11.13 12 Jul 2026
    Release notes

    Added

    • Optional token_cmd to 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)
    Open source →
  6. v1.11.12 27 Jun 2026
    Release notes

    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 --list now returns a sorted list

    Deprecated

    Removed

    Fixed

    Security

    Open source →
  7. v1.11.12-0.20260513010030-9674db9a0e42 13 May 2026 pre-release

    Nothing published for this version

  8. v1.11.11 13 May 2026
    Release notes

    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-run now 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-run no longer double-spaces the repo URL list (each URL was ending with \n\n because colorlog.PrintSubtleInfo already appends a newline)
    • GitHub Actions use Go 1.26.0 so go test matches go 1.26 and vendored module requirements (was 1.25.0 with GOTOOLCHAIN=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
    Open source →
  9. v1.11.11-0.20260329174121-722a33537d6e 29 Mar 2026 pre-release

    Nothing published for this version

  10. v1.11.10 29 Mar 2026
    Release notes

    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

    Open source →
  11. v1.11.10-0.20260207205606-2830b89c8fb5 07 Feb 2026 pre-release

    Nothing published for this version

  12. v1.11.9 07 Feb 2026
    Release notes

    Added

    • GHORG_GITLAB_GROUP_MATCH_REGEX; thanks @batagy

    Changed

    Deprecated

    Removed

    Fixed

    • Quotes within reclone commands; thanks @batagy

    Security

    Open source →
  13. v1.11.8 01 Feb 2026
    Release notes

    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)
    Open source →
  14. v1.11.8-0.20251206160117-4d87d97b592d 06 Dec 2025 pre-release

    Nothing published for this version

  15. v1.11.7 06 Dec 2025
    Release notes

    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

    • Bump golang.org/x/crypto in /scripts/local-gitea/seeder (#595)
    • Bump golang.org/x/crypto from 0.39.0 to 0.45.0 (#596)
    Open source →
  16. v1.11.7-0.20251108153603-eceb10f6d4d9 08 Nov 2025 pre-release

    Nothing published for this version

  17. v1.11.6 06 Nov 2025
    Release notes

    Added

    Changed

    Deprecated

    Removed

    Fixed

    Security

    • Bump gitlab.com/gitlab-org/api/client-go from 0.150.0 to 0.157.1 (#592)
    • Bump code.gitea.io/sdk/gitea from 0.22.0 to 0.22.1 (#591)
    • Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 (#590)
    Open source →
  18. v1.11.6-0.20251031051510-939b74f081ff 31 Oct 2025 pre-release

    Nothing published for this version

  19. v1.11.5 31 Oct 2025
    Release notes

    Added

    • Self hosted Bitbucket support
    • ghorgonly file support to clone only repos matching substring patterns (include-only filter); thanks @fgouteroux

    Changed

    • Empty interface to any

    Deprecated

    Removed

    Fixed

    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)
    Open source →
  20. v1.11.5-0.20250829145747-fc57b26c337c 29 Aug 2025 pre-release

    Nothing published for this version

  21. v1.11.4 29 Aug 2025

    Nothing published for this version

  22. v1.11.4-0.20250704112922-bf87e26c492a 04 Jul 2025 pre-release

    Nothing published for this version

  23. v1.11.3 04 Jul 2025

    Nothing published for this version

  24. v1.11.2 29 Jun 2025

    Nothing published for this version

  25. v1.11.2-0.20250501131321-6ef949b4226e 01 May 2025 pre-release

    Nothing published for this version

  26. v1.11.1 01 May 2025

    Nothing published for this version

  27. v1.11.1-0.20241212012038-9234010e6b10 12 Dec 2024 pre-release

    Nothing published for this version

  28. v1.11.1-0.20241203140343-aa62c9734d88 03 Dec 2024 pre-release

    Nothing published for this version

  29. v1.11.1-0.20241201170440-a5340cb393c7 01 Dec 2024 pre-release

    Nothing published for this version

  30. v1.11.1-0.20241105154435-6ea287243895 05 Nov 2024 pre-release

    Nothing published for this version

  31. v1.11.0 28 Sep 2024

    Nothing published for this version

  32. v1.10.1-0.20240928151847-d5785ba1fbaa 28 Sep 2024 pre-release

    Nothing published for this version

  33. v1.10.1-0.20240923013910-3b110bf86ac5 23 Sep 2024 pre-release

    Nothing published for this version

  34. v1.10.1-0.20240921011743-9e64a97d63bd 21 Sep 2024 pre-release

    Nothing published for this version

  35. v1.10.0 21 Sep 2024

    Nothing published for this version

  36. v1.9.14-0.20240920161137-5cc347f1c27b 20 Sep 2024 pre-release

    Nothing published for this version

  37. v1.9.14-0.20240919034758-f3383ddca4dc 19 Sep 2024 pre-release

    Nothing published for this version

  38. v1.9.14-0.20240901164230-9dced6a4e10c 01 Sep 2024 pre-release

    Nothing published for this version

  39. v1.9.14-0.20240720144815-3c229355f78f 20 Jul 2024 pre-release

    Nothing published for this version

  40. v1.9.13 20 Jul 2024

    Nothing published for this version

  41. v1.9.13-0.20240710010700-30ca6dd5d0b3 10 Jul 2024 pre-release

    Nothing published for this version

  42. v1.9.13-0.20240701152529-f6a01f63f690 01 Jul 2024 pre-release

    Nothing published for this version

  43. v1.9.13-0.20240517141434-e94b8235995b 17 May 2024 pre-release

    Nothing published for this version

  44. v1.9.12 16 May 2024

    Nothing published for this version

  45. v1.9.12-0.20240427155458-a8e0d4fb2745 27 Apr 2024 pre-release

    Nothing published for this version

  46. v1.9.11 27 Apr 2024

    Nothing published for this version

  47. v1.9.11-0.20240314013044-d1afaccc6eea 14 Mar 2024 pre-release

    Nothing published for this version

  48. v1.9.11-0.20240302160005-4f1138703485 02 Mar 2024 pre-release

    Nothing published for this version

  49. v1.9.11-0.20240201154136-cbd9505e2195 01 Feb 2024 pre-release

    Nothing published for this version

  50. v1.9.11-0.20240126153941-21c4efc343a0 26 Jan 2024 pre-release

    Nothing published for this version

  51. v1.9.11-0.20240124065119-2cb479a1b7c5 24 Jan 2024 pre-release

    Nothing published for this version

  52. v1.9.10 22 Jan 2024

    Nothing published for this version

  53. v1.9.10-0.20240122032058-e29b712351bf 22 Jan 2024 pre-release

    Nothing published for this version

  54. v1.9.10-0.20240101155553-d2a21a6d49e2 01 Jan 2024 pre-release

    Nothing published for this version

  55. v1.9.9 26 Aug 2023

    Nothing published for this version

  56. v1.9.9-0.20230826151335-50de2cfc071b 26 Aug 2023 pre-release

    Nothing published for this version

  57. v1.9.9-0.20230825153437-826096371938 25 Aug 2023 pre-release

    Nothing published for this version

  58. v1.9.8 25 Aug 2023

    Nothing published for this version

  59. v1.9.8-0.20230723155944-92965c8b25ca 23 Jul 2023 pre-release

    Nothing published for this version

  60. v1.9.7 23 Jul 2023

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive