On 16.02.22 21:18, David Miller wrote:
> That is strange, if I unstage them show status they are set to be committed:
> 
> null@rygar:~/projects/qemu/build$ git reset --soft HEAD~1
> null@rygar:~/projects/qemu/build$ git status
> On branch t2
> Changes to be committed:
>   (use "git restore --staged <file>..." to unstage)
>         modified:   ../tests/tcg/s390x/Makefile.target
>         new file:   ../tests/tcg/s390x/mie3-compl.c
>         new file:   ../tests/tcg/s390x/mie3-mvcrl.c
>         new file:   ../tests/tcg/s390x/mie3-sel.c

Maybe you did a "git add" but not a "git commit --amend" to squash them
into the previous commit?

-- 
Thanks,

David / dhildenb


Reply via email to