| 71 | } |
| 72 | |
| 73 | type fakeWorkdirCmdBuilder struct { |
| 74 | captureCalls []string |
| 75 | showCalls []string |
| 76 | } |
| 77 | |
| 78 | func (f *fakeWorkdirCmdBuilder) BuildGitCmd(ctx context.Context, dir string, extraArgs ...string) *exec.Cmd { |
| 79 | return exec.CommandContext(ctx, "git", extraArgs...) |
nothing calls this directly
no outgoing calls
no test coverage detected