This commit is contained in:
Joey Hess 2019-02-07 14:06:21 -04:00
parent 60c1b5c994
commit 07ccd932f8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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?
"""]]