rust-lang / git2-rs

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

feat: custom message field #1030

Open yangnianbing opened 4 months ago

yangnianbing commented 4 months ago

add message func, can set message when call stash_save_ext

ehuss commented 4 months ago

Thanks! Can you add a test for this at the bottom of the file?