summaryrefslogtreecommitdiff
path: root/doc/todo/multi_gpg_key_privdata.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-11-11 13:41:25 -0400
committerJoey Hess2014-11-11 13:41:25 -0400
commite4f9df8404b8a7a2358e920dc2a231a3df823d6d (patch)
treea251bfe19b8fd72ddc39a9dbfa0c81b5de78ccb9 /doc/todo/multi_gpg_key_privdata.mdwn
parent4c19e8407dc80bea9f3fd9559338bbc68ee0678d (diff)
avoid configuring git signing key when there's no secret key
Also, nice display for --add-key steps
Diffstat (limited to 'doc/todo/multi_gpg_key_privdata.mdwn')
-rw-r--r--doc/todo/multi_gpg_key_privdata.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/todo/multi_gpg_key_privdata.mdwn b/doc/todo/multi_gpg_key_privdata.mdwn
index 1d9b05a4..f7475c13 100644
--- a/doc/todo/multi_gpg_key_privdata.mdwn
+++ b/doc/todo/multi_gpg_key_privdata.mdwn
@@ -8,4 +8,5 @@ To support multiple gpg keys added with --add-key, propellor should
so that this new key can access it.
* When --add-key on behalf of another user, do not modify the signing key for
local git. This entails either splitting this command in two, `--add-key` and
- `--set-signing-key`, or adding another command `--add-foreign-key`.
+ `--set-signing-key`, or adding another command `--add-foreign-key`,
+ or perhaps determining if the key being added has a known secret key.