Home
last modified time | relevance | path

Searched refs:GitCommit (Results 1 – 7 of 7) sorted by relevance

/tools/treble/build/treble_build/local/
Dgit_test.go67 res *app.GitCommit
102 res: &app.GitCommit{Sha: "commit_sha", Files: []app.GitCommitFile{}},
128 res: &app.GitCommit{
Dgit.go115 func (cli gitCli) CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit
185 func parseCommitInfo(data *bytes.Buffer) (*app.GitCommit, error) {
186 out := &app.GitCommit{Files: []app.GitCommitFile{}}
/tools/treble/build/treble_build/report/
Dreport_test.go36 commits map[*app.GitProject]map[string]*app.GitCommit
99 …rtTest) CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error) {
150 commits: map[*app.GitProject]map[string]*app.GitCommit{},
Ddependencies.go35 CommitInfo(ctx context.Context, proj *app.GitProject, sha string) (*app.GitCommit, error)
Drun.go106 func ResolveCommit(ctx context.Context, rtx *Context, commit *app.ProjectCommit) (*app.GitCommit, […
/tools/treble/build/treble_build/app/
Dgit.go58 type GitCommit struct { struct
/tools/treble/build/treble_build/cmd/
Dmain.go98 Commit *app.GitCommit `json:"commit"`