Multi-repository git operations library
Find a file
Snider d542a56a8d refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:17 +00:00
.gitignore feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00
CLAUDE.md feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00
git.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:17 +00:00
git_test.go feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00
go.mod chore: bump go directive to 1.26.0 2026-02-22 20:33:48 +00:00
go.sum chore: go mod tidy for 1.26.0 2026-02-22 20:35:59 +00:00
service.go feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00
service_extra_test.go feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00
service_test.go feat: extract go-git from go-scm/git 2026-02-21 15:26:30 +00:00