diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-23 23:57:43 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-23 23:57:43 +0300 |
| commit | c3837b71a6c6dbb0292091922d209679533ec90d (patch) | |
| tree | 96c1ed37ab0a5ceed0cf0a052c9c9d8ce865fbf3 /go.mod | |
| parent | ca38df1f30ddedbbdbf73d1f8d4ddd98b12d3740 (diff) | |
Add --full flag for bidirectional sync and update module name
- Add --full flag that enables both --sync-codeberg-public and --sync-github-public
- Also enables --create-github-repos and --create-codeberg-repos with --full
- Update module name from github.com/paul/gitsyncer to codeberg.org/snonux/gitsyncer
- Update all import statements to use new module name
- Fix sync operations to work together when both are enabled
- Add visual separator between sync operations in full mode
- Update README with full sync documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -module github.com/paul/gitsyncer +module codeberg.org/snonux/gitsyncer go 1.24.3 |
