Hi all.
I copied file from different folder over file in my repository. Contents 
are the same, only modification date differs.
But file is marked as "changed". But when I "stage" it -- it simply 
disappears from list. 

Modified:
>git status | findstr flake8
        modified:   flake8_v3_plugin.py


No diff:
>git diff flake8_v3_plugin.py
warning: LF will be replaced by CRLF in 
python/helpers/pycharm/teamcity/flake8_v3_plugin.py.
The file will have its original line endings in your working directory.

And after staging
>git stage flake8_v3_plugin.py
warning: LF will be replaced by CRLF in 
python/helpers/pycharm/teamcity/flake8_v3_plugin.py.
The file will have its original line endings in your working directory.

It disappeared
>git status | findstr flake8

Some kind of known issue, or should I report bug?

Ilya.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to