summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/bugs/git_annex_enableremote_ignoring_encryption_changes/comment_1_e3924c02186d962e4dc1e1af8e968891._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_enableremote_ignoring_encryption_changes/comment_1_e3924c02186d962e4dc1e1af8e968891._comment b/doc/bugs/git_annex_enableremote_ignoring_encryption_changes/comment_1_e3924c02186d962e4dc1e1af8e968891._comment
new file mode 100644
index 000000000..9d0193d9b
--- /dev/null
+++ b/doc/bugs/git_annex_enableremote_ignoring_encryption_changes/comment_1_e3924c02186d962e4dc1e1af8e968891._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-04-07T16:54:19Z"
+ content="""
+This does not happen when I do the same thing with a directory special
+remote.
+
+I do reproduce it with gcrypt. It must be missing a call to the code that
+handles keyid+=.
+
+Thanks for an excellent bug report!
+"""]]