rust-lang / git2-rs

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

Add a binding for tag_annotation_create() #845

Closed adaszko closed 2 years ago

adaszko commented 2 years ago

Hi. The PR just adds a new binding to https://libgit2.org/libgit2/#HEAD/group/tag/git_tag_annotation_create

alexcrichton commented 2 years ago

Thanks!