Re: file is showing as modified even that it was never commited

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Ewa,

Please see below.

Ewa Śliwińska <kreska07@xxxxxxxxx> writes:

>> That actually was a solution to your problem, not a workaround.

> Not really, because I would like to investigate what happened, not
> just fix it. In that case I could as well recreate repository I
> guess...
>
> I agree that I could add those files accidentally. But I'm really
> disappointed in fact that you seem to ignore all the part where I
> described in details how I checked this and why I think this is not
> the case.

Except you didn't give actual details. Please give exact commands you
issued and exact answers you've got.

For example:

$ ls .test
a  x
$ git status
On branch v4.0
Your branch and 'origin/v4.0' have diverged,
and have 2 and 29 different commits each, respectively.
  (use "git pull" to merge the remote branch into yours)

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

	modified:   .test/a

no changes added to commit (use "git add" and/or "git commit -a")
$ git log -- .test
commit e1e7818f4120b5ebc622c8dbf1b257ea8a03530c
Author: Sergey Organov <sorganov@xxxxxxxxx>
Date:   Mon May 4 18:55:58 2020 +0300

    Test

$ git log -- .test/a
commit e1e7818f4120b5ebc622c8dbf1b257ea8a03530c
Author: Sergey Organov <sorganov@xxxxxxxxx>
Date:   Mon May 4 18:55:58 2020 +0300

    Test
$ git log -- .test/x
$ 

> Could you please answer if there was something wrong with my checking?

Nobody could tell unless you actually show us your checkings.

> I'm asking second time.

Thanks, we've noticed.

-- Sergey



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux