Skip to content

Commit c34731c

Browse files
committed
attempt to fix #35603
1 parent c0e333e commit c34731c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/pull/merge_prepare.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ func (ctx *mergeContext) PrepareGitCmd(cmd *gitcmd.Command) *gitcmd.Command {
3838
return cmd.WithEnv(ctx.env).
3939
WithDir(ctx.tmpBasePath).
4040
WithParentCallerInfo().
41-
WithStdout(ctx.outbuf).
42-
WithStderr(ctx.errbuf)
41+
WithStdout(nil).
42+
WithStderr(nil)
4343
}
4444

4545
// ErrSHADoesNotMatch represents a "SHADoesNotMatch" kind of error.

0 commit comments

Comments
 (0)