MCPcopy Index your code
hub / github.com/go-git/go-git / defaultTestCommitOptions

Function defaultTestCommitOptions

worktree_test.go:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35)
36
37func defaultTestCommitOptions() *CommitOptions {
38 return &CommitOptions{
39 Author: &object.Signature{Name: "testuser", Email: "testemail"},
40 }
41}
42
43type WorktreeSuite struct {
44 BaseSuite

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…