git-annex/doc/bugs/J1_display_issue.mdwn
Joey Hess 114a2d7504
Fix display when run with -J1
Commit b6642dde8a broke it by enabling
non-concurrent display mode while leaving concurrency set in the config
and having already started concurrency earlier.

(I don't actually know if that commit was a good idea.)

Sponsored-By: Brett Eisenberg on Patreon
2023-06-15 10:07:54 -04:00

13 lines
242 B
Markdown

With -J1, git-annex get does not display filenames:
git-annex get -J1 foo
23% 166.11 MiB 3 MiB/s 3m18s
The filename is displayed at end.
This does not happen at -J2 or without -J.
--[[Joey]]
> [[fixed|done]] --[[Joey]]