grokkit/internal/git
Greg Gauthier 7a16b2bcd2
All checks were successful
CI / Test (push) Successful in 38s
CI / Lint (push) Successful in 28s
CI / Build (push) Successful in 22s
Release / Create Release (push) Successful in 38s
refactor(test): explicitly discard errors from git commands in tests
This change adds `_ =` assignments to exec.Command(...).Run() calls in test setup code to explicitly ignore error returns, likely to satisfy linters or static analysis tools without changing behavior.
2026-03-31 22:51:58 +01:00
..
git_test.go refactor(test): explicitly discard errors from git commands in tests 2026-03-31 22:51:58 +01:00
git.go refactor(git): improve diff handling to tolerate exit code 1 2026-03-31 10:40:33 +01:00
interface.go feat: add CI/CD workflows, persistent chat, shell completions, and testing 2026-03-01 12:17:22 +00:00