rust-lang / git2-rs

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

Add binding for `git_blame_buffer` #981

Closed paulvandermeijs closed 10 months ago

paulvandermeijs commented 10 months ago

This pull request adds a binding for git_blame_buffer.

While testing I did notice some issues with git_blame_buffer but these seem to originate from libgit2 and should be fixed once this pull request is merged: https://github.com/libgit2/libgit2/pull/6572