libgit2sharp
libgit2sharp copied to clipboard
Add git_stash_save_with_opts to allow partial stashes creation
I want to create partial stashes (only some files from a filtered list of edited files).
This should be feasible using git_stash_save_with_opts which takes a git_stash_save_options that has a paths property.