mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Check and fix keys on import.
* doc/gpg.texi: Document the new import option. * g10/gpg.c (main): Make the new option default to yes. * g10/import.c (parse_import_options): Parse the new option. (import_one): Act on the new option. * g10/options.h (IMPORT_REPAIR_KEYS): New macro. GnuPG-bug-id: 2236 Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
404fa8211b
commit
9b12b45aa5
4 changed files with 15 additions and 2 deletions
|
@ -2304,6 +2304,10 @@ opposite meaning. The options are:
|
|||
on the keyring. This option is the same as running the @option{--edit-key}
|
||||
command "clean" after import. Defaults to no.
|
||||
|
||||
@item repair-keys. After import, fix various problems with the
|
||||
keys. For example, this reorders signatures, and strips duplicate
|
||||
signatures. Defaults to yes.
|
||||
|
||||
@item import-minimal
|
||||
Import the smallest key possible. This removes all signatures except
|
||||
the most recent self-signature on each user ID. This option is the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue