libgit2 / pygit2

Python bindings for libgit2
https://www.pygit2.org/
Other
1.58k stars 382 forks source link

Fix checkout options within stash options #1169

Closed jorio closed 1 year ago

jorio commented 1 year ago

Fix regression introduced by 25b5e0f (checkout & stash callbacks) in which custom checkout options weren't passed to git_stash_apply and git_stash_pop.

This PR also adds a unit test to ensure custom checkout options are honored during a stash apply or pop.