Report finished state for concurrent jobs that don't support progress
Some concurrent jobs, like getting 'git blame' output, do not report progress. Their the minimum and maximum of their progress range is always 0, but they do report when they are finished. When such a job finishes, we should make sure the progress bar indicates this. Reviewed-by: con
Please register or sign in to comment