rust-lang / git2-rs

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

Support partial stashing #930

Closed extrawurst closed 1 year ago

extrawurst commented 1 year ago

Work in Progress. Need some help here: I guess updating the submodule breaks a lot of things. I did not dive into their release pipeline but it seems releases are cherry picked. I will wait for another release that contains the new feature

closes #929

extrawurst commented 1 year ago

so the API is done, but I am a little lost as to why the test does not work, even though I specify a pathspec, both file changes are gone after the stash 🤯

extrawurst commented 1 year ago

this PR is ready for merge @ehuss

extrawurst commented 1 year ago

@ehuss I addressed your feedback

extrawurst commented 1 year ago

@ehuss thanks for merging can you cut a release please? :)

ehuss commented 1 year ago

Sure! It should be published now.