summaryrefslogtreecommitdiff
path: root/internal/sync/sync.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-23 23:57:43 +0300
committerPaul Buetow <paul@buetow.org>2025-06-23 23:57:43 +0300
commitc3837b71a6c6dbb0292091922d209679533ec90d (patch)
tree96c1ed37ab0a5ceed0cf0a052c9c9d8ce865fbf3 /internal/sync/sync.go
parentca38df1f30ddedbbdbf73d1f8d4ddd98b12d3740 (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 'internal/sync/sync.go')
-rw-r--r--internal/sync/sync.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sync/sync.go b/internal/sync/sync.go
index 703987e..e34a142 100644
--- a/internal/sync/sync.go
+++ b/internal/sync/sync.go
@@ -7,7 +7,7 @@ import (
"path/filepath"
"strings"
- "github.com/paul/gitsyncer/internal/config"
+ "codeberg.org/snonux/gitsyncer/internal/config"
)
// Syncer handles repository synchronization between organizations