Splitting this out as a separate issue from #177
The multi-pack-index builtin shows progress during its output. There is no way to turn it off right now. This means that when we have an error, stderr is filled with progress indicators and the actual error message may be truncated in our logging.
Update git to allow --no-progress and use this argument in the background operations.