From 772d7fa82dbd5fe3e771447da4b00abee5bb38a0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jun 2023 09:39:56 -0400 Subject: [PATCH] bug --- doc/bugs/J1_display_issue.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/J1_display_issue.mdwn 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]]