Find any references to entire.io/entire/git-sync and replace it with entire.io/entire/git-sync

Claude Code·Opus 4.7[1m]·pjbgf·4mo ago·9min·2 Checkpoints·42 file changes·+91/-91·8.8K tokens

Find any references to entire.io/entire/gitsync and replace it with entire.io/entire/git-sync

4mo ago·2m

Replaced all 82 references across 40 files (Go imports, go.mod, docs, lint config). Build verified clean.

commit changes

4mo ago·2m

Committed as 6eee906 on naming.

Replace the hardcoded binary name in usage with os.Args[0]

4mo ago·3m

Build passes. The 4 failing tests are pre-existing GPG signing failures (cannot auto-sign commit: disable commit.gpgSign or register an ObjectSigner plugin) unrelated to usage formatting.

Changes:

  • cmd/git-sync/main.go:427-433,444,561 — usage block now uses %[1]s for binary name (6 lines) and %[2]d for DefaultMaterializedMaxObjects, with os.Args[0] passed in.
  • cmd/git-sync-bench/main.go:453 — usage now uses %s with os.Args[0] (left the /tmp/git-sync-bench example path alone since it's a directory hint, not a binary reference).

commit changes

4mo ago·22.5s

Committed as 7d69a31 on naming.