Commit 5cc2142
committed
fixup! gvfs-helper: run prefetch index-pack in parallel (#941)
When adding the `gvfs.prefetchThreads` config option in #876, I didn't
realize that the child `git index-pack` processes would output the
hashes of the pack contents.
This makes the output quiet. It's committed as a `fixup!` so it can be
squashed in the `vfs-2.55.0` release (or this PR can be repeated on that
branch and squashed in 2.56.0).
The tests check stderr because the parallel process runner sets
`stdout_to_stderr` so the previous behavior showed up over `stderr` from
the top level process.
* [X] This change only applies to interactions with Azure DevOps and the
GVFS Protocol.2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2447 | 2447 | | |
2448 | 2448 | | |
2449 | 2449 | | |
| 2450 | + | |
2450 | 2451 | | |
2451 | 2452 | | |
2452 | 2453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
0 commit comments