On Wed, Feb 12, 2020 at 5:50 PM Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> wrote: > > Allow git-stash to save only the content of what's in staging area. > No working tree files (unstaged or untracked) will be added > to the stash nor will be modified then the opreration finishes. > Sorry for the double tag. This is not fully completed code. Wanted to know if the community thinks it's something worth developing and if I'm heading in the right direction in terms of the code that I'm hitting. Thanks!