We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e333e commit c34731cCopy full SHA for c34731c
services/pull/merge_prepare.go
@@ -38,8 +38,8 @@ func (ctx *mergeContext) PrepareGitCmd(cmd *gitcmd.Command) *gitcmd.Command {
38
return cmd.WithEnv(ctx.env).
39
WithDir(ctx.tmpBasePath).
40
WithParentCallerInfo().
41
- WithStdout(ctx.outbuf).
42
- WithStderr(ctx.errbuf)
+ WithStdout(nil).
+ WithStderr(nil)
43
}
44
45
// ErrSHADoesNotMatch represents a "SHADoesNotMatch" kind of error.
0 commit comments