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 532bb79 commit 1f10d85Copy full SHA for 1f10d85
modules/git/batch_reader.go
@@ -62,7 +62,7 @@ func catFileBatchCheck(ctx context.Context, repoPath string) (WriteCloserError,
62
go func() {
63
stderr := strings.Builder{}
64
err := NewCommand("cat-file", "--batch-check").
65
- Run(context.Background(), &RunOpts{
+ Run(ctx, &RunOpts{
66
Dir: repoPath,
67
Stdin: batchStdinReader,
68
Stdout: batchStdoutWriter,
0 commit comments