libgit2sharp icon indicating copy to clipboard operation
libgit2sharp copied to clipboard

Add git_stash_save_with_opts to allow partial stashes creation

Open vincentremond opened this issue 3 months ago • 0 comments

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.

vincentremond avatar Sep 09 '25 19:09 vincentremond