score:1
this is caused by a fairly complex problem that has been discussed here: http://www.mail-archive.com/git@vger.kernel.org/msg09439.html
the short explanation is that files originally stored as binary (with crs) in the repository are now being handled as text, so git checksums those files (without crs) and they "look" modified because the checksums don't match.
unfortunately, git does not know whether a file is stored in text or binary mode in the repository (it's not in the git file format specification), so this problem can't be fixed efficiently. the expectation is that people should "fix" their repositories by re-committing those files as text, since they should never have been stored as binary in the first place.
another way to deal with the problem, if you don't need git to convert the line endings for those files, is to set up your linux repository to treat those files as binary (e.g. add a " binary" line to your ".gitattributes" file).
Source: stackoverflow.com
Related Query
- Eclipse EGit CLRF unmodified files marked as modified in Linux 64 bit
- Eclipse and EGit: How to easily review changes to ALL modified files before committing to *local* repository
- Eclipse EGIT - all committed, pulled, merged, marked as merged, still on push I get "rejected - non-fast forward", what am I missing?
- Eclipse Egit Not Detecting Changed Files
- Eclipse - I'm looking for View. Show me files modified today
- Can't add files to my repository with Eclipse EGit
- Tomcat not deploying new version of files at all - linux / eclipse
- How can i share an eclipse project files between linux and windows?
- Eclipse + Git - How to show only modified files in compare with option?
- How to compile only modified java files in Eclipse
- Can't commit files with Eclipse EGit
- How to reconfigure Eclipse egit after move from Linux to Windows?
- Problems cloning 1and1 git repository in 1and1 shared Linux server with Eclipse EGit
- Turn off sorting of modified files in Project Explorer in Eclipse
- Eclipse Kepler SR2 is sluggish on Linux while editing large source files
- Eclipse Kepler > EGit Shows Differences in non Changed Files
- Why are Eclipse project files modified when excuting the "Update Maven Project" command?
- All files in newly imported projects from ClearCase view marked as Hijacked in Eclipse
- importing a cloned git project in eclipse results in some modified files
- Linux - Eclipse cpp 2019 06 - unhandled event loop exception when opening files
- Eclipse eGit on Linux screwing line endings
- Search modified files in Eclipse
- How to install eclipse product (without gui, as a service) in arm processor 32 bit based Linux
- eclipse egit some files won't commit to github
- Eclipse - Egit installation path on linux
- Problems running Eclipse 64 bit on 64 bit LInux RHEL5
- Eclipse 3.6.2, Linux Ubuntu 11.04 - 64 bit system installed Mercurial and issues with HG
- Eclipse > Egit plugin not showing *.jasper files for commit in git (bitbucket)?
- Eclipse 32 bit crash linux
- Eclipse crashed, files got corrupted, now I can't install or uninstall EGit plugin
More Query from same tag
- Deleting the Bin folder to run an application
- Unable to run Apache Tomcat server on my localhost?
- Eclipse - exclude file / folder from triggering workspace refresh after build
- I am getting error in eclipse while installing ObjectAid
- Eclipse LogCat error associated with custom font
- How to create fullscreen theme for ImageView in android?
- How to organize gae projects in eclipse
- Where can I find gradle dependencies?
- Installing opencv for java on MAC OS X and Configuring Eclipse
- How to disable annoying bar on left of the editor in eclipse
- Eclipse WindowBuilder Design Tab is Empty?
- How can I add a classpath entry as a publish/export dependency in an Eclipse dynamic web project?
- What to use for Android Icon indicators
- Error creating bean with name 'sessionFactory' : MalformedParameterizedTypeException
- how to make condition that if my GPS is not open
- ADT Installation error
- Android Emulator, cover screen with palm to dim
- IBM Rational Software Architect (eclipse) - Failing on startup
- Maven configuration while building project
- populate selectbox from mysqldatabase
- Maven project error in eclipse Java EE
- UML XMI to Ecore
- problem with spring mvc application doesnt work 404 error ressource not found
- "Post-commit hook failed (exit code 1) with no output" - Meaning of this? How to fix?
- Fastest way to upload text files into HDFS(hadoop)
- Service Component missing in AEM
- Setting the size of buttons in percentage
- m2eclipse wtp deploy an ejb project with dependencies
- Can't Connect Spark with Hortonworks Sandbox from eclipse
- Windows 7 /Eclipse watchpoint on file access