On 7/26/23 10:29, Junio C Hamano wrote:
Are there configuration variables set to affect the behaviour of the "git stash" command in your environment that I do not have (I have nothing in "git config -l | grep stash" output), which may be affecting why it does not reproduce for me?
"git config -l | grep stash" doesn't print anything. Interestingly, the command 'git stash push -- Mk' puts intended and unintended files in stash, but the changes in unintended files (ones not under Mk) stay, while changes in the intended files are gone, as expected. Clearing all changes and doing 'git stash pop && git stash push -- Mk' reproduces the problem. Yuri