gabrie30
1f72f0513b
Update examples
2026-05-14 20:26:49 -07:00
gabrie30
410b9b645a
Update README.md
2026-05-14 20:19:12 -07:00
gabrie30
5a433b9d38
Update README.md
2026-05-14 08:49:15 -07:00
gabrie30
f1b68acf05
Update README.md
2026-05-14 08:48:18 -07:00
gabrie30
8b9d538ce5
Update README.md
2026-05-14 07:38:14 -07:00
gabrie30
1b00127924
Update README.md
2026-05-14 07:35:08 -07:00
gabrie30
b0506db918
Update README.md
2026-05-14 07:28:28 -07:00
gabrie30
9674db9a0e
Bump version to v1.11.12 and update changelog
2026-05-12 18:00:30 -07:00
gabrie30
d5ee9f51c7
Update CHANGELOG.md ( #649 )
v1.11.11
2026-05-12 17:55:16 -07:00
Cory Donnelly
bb8c289270
Honor CLI overrides of config-enabled bool flags ( #648 )
2026-05-12 17:37:47 -07:00
gabrie30
86340ca727
Use go-term-markdown fork
2026-05-03 07:38:46 -07:00
dependabot[bot]
cace954788
Bump github.com/ktrysmt/go-bitbucket from 0.9.94 to 0.9.100 ( #646 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-01 11:19:23 -07:00
gabrie30
d6e53fcc72
Add --protect-local preview to dry-run ( #645 )
2026-04-23 22:21:42 -07:00
gabrie30
f829218299
Add GitHub repo-list concurrency control ( #643 )
2026-04-22 07:43:37 -07:00
dependabot[bot]
d821d72445
Bump addressable from 2.8.1 to 2.9.0 in /site ( #642 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 06:51:24 -07:00
dependabot[bot]
9649bf111a
Bump gitlab.com/gitlab-org/api/client-go from 1.45.0 to 1.46.0 ( #638 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-04-01 20:54:37 -07:00
dependabot[bot]
eb9b017855
Bump github.com/fatih/color from 1.18.0 to 1.19.0 ( #637 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 20:53:59 -07:00
dependabot[bot]
08f56541eb
Bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 ( #639 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-04-01 20:53:31 -07:00
dependabot[bot]
d9ecd2b9a3
Bump github.com/bradleyfalzon/ghinstallation/v2 from 2.17.0 to 2.18.0 ( #640 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-04-01 20:53:12 -07:00
dependabot[bot]
5905d19078
Bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 ( #641 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-01 20:52:52 -07:00
dependabot[bot]
6ded5e9923
Bump golang.org/x/image from 0.18.0 to 0.38.0 ( #636 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 06:49:06 -07:00
gabrie30
722a33537d
Update unreleased version
2026-03-29 10:41:21 -07:00
gabrie30
e400443da2
Update CHANGELOG.md
v1.11.10
2026-03-29 10:39:05 -07:00
gabrie30
209e7a023c
Restore original branch when protecting local repos ( #635 )
2026-03-22 07:54:02 -07:00
gabrie30
9e2c5aa34e
Update CHANGELOG.md
2026-03-21 16:31:20 -07:00
gabrie30
e34373ee9c
Add --fetch-prune option for git fetch ( #634 )
2026-03-21 09:08:31 -07:00
gabrie30
32febf75e2
Add --protect-local to skip dirty repos ( #633 )
...
* Add --protect-local to skip dirty repos
Introduce a --protect-local flag (GHORG_PROTECT_LOCAL) to skip updating repositories that have uncommitted changes or unpushed commits. Adds detection logic (hasLocalChanges) and tracks protected repos/stats (ProtectedCount, protectedRepos), updates status output/printing to include protected counts, and registers the flag in root command and sample-conf.yaml. Includes changelog entry and a suite of tests exercising dirty, unpushed, clean, backup/no-clean bypass, and new-repo behavior.
* Bump GitHub Actions Go to 1.25.0
2026-03-21 08:22:56 -07:00
George Kapetanakis
67488f23fa
Fix handling of unset environment variables ( #632 )
2026-03-19 17:24:39 -07:00
gabrie30
f70c040211
Add ghorg-create-workspace skill and changelog
...
Introduce a new skill at skills/ghorg-create-workspace/SKILL.md that creates a ghorg reclone workspace (repo list, reclone.yaml entry, runs ghorg reclone, and generates a VS Code workspace file). Also update CHANGELOG.md under [1.11.10] - unreleased to list the new ghorg-create-workspace skill and note the GHORG_GITHUB_USER_GISTS flag to clone a GitHub user's gists (#626 ).
2026-03-10 17:43:24 -07:00
Copilot
e3a4dbcb49
Add GHORG_GITHUB_USER_GISTS flag to clone a GitHub user's gists ( #626 )
2026-03-09 18:30:08 -07:00
dependabot[bot]
9321322a65
Bump gitlab.com/gitlab-org/api/client-go from 1.24.0 to 1.45.0 ( #622 )
...
Bumps [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go ) from 1.24.0 to 1.45.0.
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags )
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md )
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v1.24.0...v1.45.0 )
---
updated-dependencies:
- dependency-name: gitlab.com/gitlab-org/api/client-go
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 09:55:07 -08:00
dependabot[bot]
bb6d95a1a7
Bump code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2 ( #624 )
...
Bumps code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2.
---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
dependency-version: 0.23.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-03-01 09:54:20 -08:00
dependabot[bot]
aad8c38b6b
Bump github.com/ktrysmt/go-bitbucket from 0.9.88 to 0.9.94 ( #625 )
...
Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket ) from 0.9.88 to 0.9.94.
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases )
- [Commits](https://github.com/ktrysmt/go-bitbucket/compare/v0.9.88...v0.9.94 )
---
updated-dependencies:
- dependency-name: github.com/ktrysmt/go-bitbucket
dependency-version: 0.9.94
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-01 09:53:58 -08:00
gabrie30
3bb80f37fc
Update PULL_REQUEST_TEMPLATE.md
2026-02-23 21:17:59 -08:00
gabrie30
2830b89c8f
Bump version to v1.11.10
...
Update the ghorgVersion constant to v1.11.10 and add an unreleased [1.11.10] section to CHANGELOG.md with placeholder subsections. Prepares repository for the upcoming release.
2026-02-07 12:56:06 -08:00
Copilot
36bc69d365
Enhance CLI help with usage examples and detailed flag descriptions ( #619 )
2026-02-07 12:55:02 -08:00
gabrie30
1d649fcf08
Update CHANGELOG.md
v1.11.9
2026-02-07 12:32:54 -08:00
gabrie30
986b37f0ac
Handle quoted args in reclone commands ( #618 )
2026-02-07 10:47:58 -08:00
gabrie30
7626fc2d80
Add GitLab group match regex filter ( #617 )
2026-02-07 10:32:18 -08:00
gabrie30
0e00d0b08d
Update CHANGELOG.md
v1.11.8
2026-02-01 10:35:52 -08:00
gabrie30
bb51ce3693
Update CHANGELOG.md
2026-02-01 09:13:40 -08:00
dependabot[bot]
f07cabeb01
Bump gitlab.com/gitlab-org/api/client-go from 1.10.0 to 1.24.0 ( #613 )
...
Bumps [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go ) from 1.10.0 to 1.24.0.
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags )
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md )
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v1.10.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: gitlab.com/gitlab-org/api/client-go
dependency-version: 1.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-01 08:56:34 -08:00
gabrie30
231f9e55e2
Add support for custom SSH hostname in clone URLs ( #612 )
2026-01-31 14:51:04 -08:00
gabrie30
4067b487bf
Fixes for dependabot update ( #610 )
2026-01-01 08:16:09 -08:00
dependabot[bot]
aa326cf61d
Bump golang.org/x/oauth2 from 0.32.0 to 0.34.0 ( #607 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.32.0 to 0.34.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.32.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-01-01 07:08:30 -08:00
dependabot[bot]
9bcd69f52b
Bump github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88 ( #606 )
...
Bumps [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket ) from 0.9.87 to 0.9.88.
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases )
- [Commits](https://github.com/ktrysmt/go-bitbucket/compare/v0.9.87...v0.9.88 )
---
updated-dependencies:
- dependency-name: github.com/ktrysmt/go-bitbucket
dependency-version: 0.9.88
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-01 07:08:04 -08:00
dependabot[bot]
087122122e
Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 ( #608 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2 )
---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
dependency-version: 1.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gabrie30 <gabrie30@users.noreply.github.com>
2026-01-01 07:06:55 -08:00
dependabot[bot]
ceeb94e96e
Bump gitlab.com/gitlab-org/api/client-go from 0.157.1 to 1.10.0 ( #609 )
...
Bumps [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go ) from 0.157.1 to 1.10.0.
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags )
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md )
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.157.1...v1.10.0 )
---
updated-dependencies:
- dependency-name: gitlab.com/gitlab-org/api/client-go
dependency-version: 1.10.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-01 07:06:15 -08:00
Jean-Yves LENHOF
f9e0b52861
docs(README): add mise alternative method installation ( #605 )
2025-12-19 08:40:58 -08:00
gabrie30
4b74a3d110
Add Bitbucket Cloud API token authentication support ( #604 )
2025-12-18 10:30:52 -08:00