Documentation
¶
Overview ¶
Package gitfixture provides go-git-backed test fixtures (a fixed commit signature, a fresh repo, and a write+commit helper) for awf's test suites that need a real git repository. It is kept separate from internal/testsupport so a caller that only needs e.g. testsupport.WriteFile does not have to pull go-git into its test binary (ADR-0044).
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sig = &object.Signature{Name: "T", Email: "t@example.com", When: time.Date(2026, 1, 1, 0, 0, 0, 0, time.UTC)}
Sig is the fixed commit signature used by InitRepo/Commit fixtures across awf's test suites.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.