Eclipse Kepler 4.3.0.v20130530-1801
Egit Version: 3.0.0.201306101825-r
After starting Eclipse and checking the error log, I get the following warning:
EGit was unable to detect the installation path of "gitPrefix" from native Git. Therefore, EGit cannot respect the Git system level settings, which can be configured in $ {gitPrefix} / etc / gitconfig under the native Git installation directory. The most important of these settings are core.autocrlf. Git for Windows by default sets this parameter to true in this system level configuration. The Git installation location can be configured on the Team> Git> Configuration page under the System Settings tab. This warning can be disabled in the command> Git> Confirmation and Warning Preference Page.
So, do I need an entry in the gitconfig file for core.autocrlf?
eclipse egit
mike
source share