gitext-rs / git2-ext

git2 Extensions
docs.rs/git2-ext
Apache License 2.0
10 stars 4 forks source link

Fix gpg key selection #27

Closed bemyak closed 1 year ago

bemyak commented 1 year ago

Using only a committer's name leads to collisions if a user has multiple keys with the same name. It is now changed to use the full format, e.g.: User Name <email@email.com>

Partially fixes https://github.com/gitext-rs/git-stack/issues/286