summaryrefslogtreecommitdiff
path: root/doc/bugs/wget_always_shows_progress_bar.mdwn
diff options
context:
space:
mode:
authorGravatar pablo@4f5b00d7b40f0a52e51761da420d6ff8e7c9aca7 <pablo@web>2016-11-30 18:56:32 +0000
committerGravatar admin <admin@branchable.com>2016-11-30 18:56:32 +0000
commitdeff3021ed62fc44e016c8886ff916c66f5565a0 (patch)
tree628d7354dc90cb2bcfc0e7fa98abe30b972ac671 /doc/bugs/wget_always_shows_progress_bar.mdwn
parenta5134d6f3fe92f9a24b7459eda648ee443c70cc1 (diff)
Diffstat (limited to 'doc/bugs/wget_always_shows_progress_bar.mdwn')
-rw-r--r--doc/bugs/wget_always_shows_progress_bar.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/wget_always_shows_progress_bar.mdwn b/doc/bugs/wget_always_shows_progress_bar.mdwn
new file mode 100644
index 000000000..2829b39b0
--- /dev/null
+++ b/doc/bugs/wget_always_shows_progress_bar.mdwn
@@ -0,0 +1,24 @@
+### Please describe the problem.
+
+git annex addurl or importfeed operations were quiet on git-annex versions older than 5.20141219, if
+annex.web-options was set to "--quiet". But now the --show-progress option is always passed to wget.
+
+In some use cases this might be nice, but I'm using GNU Parallel to update multiple podcast feeds
+concurrently, and it causes wget to output the ugly "dot" indicator for every feed, which is totally
+useless since parallel buffers and groups the output. Adding "--no-show-progress" to web-options
+does not help (it does not override --show-progress), nor does redirecting stdout to /dev/null.
+Redirecting stderr would hide possible errors.
+
+### What steps will reproduce the problem?
+
+parallel git annex importfeed --relaxed --quiet ::: http://feeds.feedburner.com/freakonomicsradio
+
+### What version of git-annex are you using? On what operating system?
+
+5.20151208-1~bpo8+1 on Debian.
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I love git annex and use it daily.
+
+