Edmundo Carmona Antoranz <eantoranz@xxxxxxxxx> writes: > 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. I am not sure if you explained how useful the "feature" being proposed is, which is a very important skill to exercise to entice readers to start reading and helping your code. Why is it useful to be able to do this? It is unclear at least to me. By the way, per "git help cli", the name for this new option that is more in line with the rest of the system would be "--cached"; it would tell Git to work only on the data in the index (as opposed to the working tree files). .