diff --git a/doc/bugs/Get_gpg_subkey_id_used_for_encryption/comment_1_2cbdc33f22d18b8ea25473d361e591eb._comment b/doc/bugs/Get_gpg_subkey_id_used_for_encryption/comment_1_2cbdc33f22d18b8ea25473d361e591eb._comment new file mode 100644 index 0000000000..ce80fe609f --- /dev/null +++ b/doc/bugs/Get_gpg_subkey_id_used_for_encryption/comment_1_2cbdc33f22d18b8ea25473d361e591eb._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-02-07T17:57:01Z" + content=""" +If you use "keyid!" to specify a subkey, it is shown by git-annex info: + + joey@darkstar:/tmp/bob>git annex initremote d type=directory directory=../d encryption=pubkey keyid='B38389A117065459!' + initremote d (encryption setup) (to gpg keys: B38389A117065459!) ok + (recording state in git...) + joey@darkstar:/tmp/bob>git annex info d | grep encryption + encryption: pubkey (to gpg keys: B38389A117065459!) + +So I don't see a bug here? +"""]]