MCPcopy Create free account
hub / github.com/libgit2/git2go / signature

Function signature

rebase_test.go:436–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434}
435
436func signature() *Signature {
437 return &Signature{
438 Name: "Emile",
439 Email: "emile@emile.com",
440 When: time.Now(),
441 }
442}
443
444func headCommit(repo *Repository) (*Commit, error) {
445 head, err := repo.Head()

Callers 5

performRebaseOntoFunction · 0.85
commitSomethingFunction · 0.85
TestApplyDiffAddfileFunction · 0.85
addAndGetTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…