Your interpretation of what should happen sounds like the right
behaviour here, and what actually happens seems incorrect. I don't
have time to dig into this more right now though unfortunately.
> ____________________
> From: Thomas Gummerer
> Sent: Tuesday,
hould
result in zero change to the output of `git status`.
What am I not getting?
From: Thomas Gummerer
Sent: Tuesday, April 16, 2019 20:48
To: Christian Vetter
Cc: git@vger.kernel.org
Subject: Re: [BUG] git stash --keep-index undeletes file
On 04/16, Chri
On 04/16, Christian Vetter wrote:
> Steps to reproduce
> + mkdir git-stash-test
> + cd git-stash-test
> + git init
> + touch file
> + git add file
> + git commit -m init
> + git rm file
> + git stash push --keep-index
>
>
> Result:
> `git status` gives this output:
> > On branch master
> > Cha
Steps to reproduce
+ mkdir git-stash-test
+ cd git-stash-test
+ git init
+ touch file
+ git add file
+ git commit -m init
+ git rm file
+ git stash push --keep-index
Result:
`git status` gives this output:
> On branch master
> Changes to be committed:
> (use "git reset HEAD ..." to unstage)
4 matches
Mail list logo