diff --git a/doc/bugs/J1_display_issue.mdwn b/doc/bugs/J1_display_issue.mdwn new file mode 100644 index 0000000000..67e7f3318d --- /dev/null +++ b/doc/bugs/J1_display_issue.mdwn @@ -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]]