Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidHistoryRepo ¶ added in v0.2.3
type InvalidHistoryRepo struct {
RepoDir string
FileName string
OldestHash string
InvalidHash string
NewestHash string
ExpectedChange string
}
func CreateInvalidHistoryGitSpecRepo ¶ added in v0.2.3
func CreateInvalidHistoryGitSpecRepo(t testing.TB) InvalidHistoryRepo
type RevertedHistoryRepo ¶ added in v0.2.3
type RevertedHistoryRepo struct {
RepoDir string
FileName string
OldestHash string
InvalidHash string
NewestHash string
}
func CreateRevertedHistoryGitSpecRepo ¶ added in v0.2.3
func CreateRevertedHistoryGitSpecRepo(t testing.TB) RevertedHistoryRepo
Click to show internal directories.
Click to hide internal directories.