summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 13:14:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 13:14:53 -0400
commit4a332477b2a7cf56a6c71e4847c3a0a7bc721d41 (patch)
treeda436f39edca06ef95366421ec82ef63221e5f3b /CHANGELOG
parente3118ba722c7c7f7438f5149aa644744f943ea2c (diff)
enableremote: When enabling a non-special remote, param=value parameters can't be used, so error out if any are provided.
This commit was sponsored by Riku Voipio.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f36445549..fc0e6512d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,8 @@ git-annex (6.20170322) UNRELEASED; urgency=medium
necessary because as feared, the extra -n parameter that git-annex
passes breaks uses of these environment variables that expect exactly
the parameters that git passes.
+ * enableremote: When enabling a non-special remote, param=value
+ parameters can't be used, so error out if any are provided.
-- Joey Hess <id@joeyh.name> Wed, 29 Mar 2017 12:41:46 -0400