rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

Signing a tag #1039

Open hendrikmaus opened 3 months ago

hendrikmaus commented 3 months ago

I am contributing OpenPGP signing for commits to gitui in https://github.com/extrawurst/gitui/pull/1544 and noticed that git handles tags in a different way.

Does someone have more information for me on how to achieve a signed tag with git2-rs?

extrawurst commented 3 months ago

some links i could dig up:

it very much looks like something we can do with what libgit2 provides without special extra support. just regular git hackery :D