aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 15:14:56 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-20 15:25:02 -0400
commitdc65347b838b4b55f649cc780b33d51f5e8cb5bf (patch)
tree18ebd7ba80e542e5710b19de8862c9e988b31d92 /CHANGELOG
parent446659676aae40aaa1689f95540411af4b0e8c48 (diff)
Run wget with -nv instead of -q, so it will display HTTP errors.
This adds one extra line of output when a download is successful, after the progress bar. I don't much like that, but wget does not provide a way to show HTTP errors without it.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 10c0c9f43..4e150f340 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -26,6 +26,7 @@ git-annex (6.20170215) UNRELEASED; urgency=medium
webapp and test suite.
* adjust: Fix behavior when used in a repository that contains
submodules.
+ * Run wget with -nv instead of -q, so it will display HTTP errors.
-- Joey Hess <id@joeyh.name> Tue, 14 Feb 2017 15:54:25 -0400