rust-lang / git2-rs

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

Add `Reference::symbolic_set_target` #893

Closed nasso closed 1 year ago

nasso commented 1 year ago

Fixes #852

I've also modified the documentation of Repository::reference_symbolic because the original docs for git_reference_symbolic_set_target made a reference to git_reference_symbolic_create.