This commit is contained in:
Joey Hess 2023-06-15 09:39:56 -04:00
parent 839fce9549
commit 772d7fa82d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,11 @@
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]]