Searched defs:DiffBranches (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/tools/treble/build/treble_build/local/ |
H A D | git.go | 40 DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes.Buffer, error) methodSpec 241 func (git *gitCmd) DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*bytes… func
|
H A D | git_test.go | 51 func (g *gitTestCli) DiffBranches(ctx context.Context, gitDir, workDir, upstream, sha string) (*byt… func
|