summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 13:51:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-04-07 13:51:09 -0400
commit536e5d9cc713d766690330668f6fb9b363d56d61 (patch)
treed18b34791cbbcc71697aa1ab0ed36013cdd23cca /CHANGELOG
parent4a332477b2a7cf56a6c71e4847c3a0a7bc721d41 (diff)
enableremote: Fix re-enabling of existing gcrypt remotes, so that eg, encryption key changes take effect.
They were silently ignored, a reversion introduced in 6.20160527. I don't like this regular git remote special case in enableremote, but I can't see a way to get rid of it. So, check if the existing remote is a Remote.Git This commit was sponsored by Trenton Cronholm on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index fc0e6512d..3d9ed22a2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,9 @@ git-annex (6.20170322) UNRELEASED; urgency=medium
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.
+ * enableremote: Fix re-enabling of existing gcrypt remotes, so
+ that eg, encryption key changes take effect. They were silently
+ ignored, a reversion introduced in 6.20160527.
-- Joey Hess <id@joeyh.name> Wed, 29 Mar 2017 12:41:46 -0400