Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Issue with the End Line Delimiters

On Tue, Dec 1, 2015 at 12:15 PM, Razique Anjum <razique.anjum@xxxxxxxxxxx> wrote:

Hi Team,

 

I’m facing an issue with the end line delimiter. Please find the below issue description;

 

Issue: Unix file format which is converted into Dos\Windows format.

Desc: When we checked-out the file from GitHub through Eclipse (Juno Service Release1) using EGit plugin then somehow all the Unix files/shell script files (*.sh) are converted to Dos\Windows format.

It seems that the issue is related to line endings characters (lf/crlf) either in Eclips or EGit plugin which is implicitly doing this conversion. Not sure how Eclipse deals with the line ending characters.

Can you please have a look and suggest us the solution?

Attaching the version details here.

 

Please let me know if you need any information. I would be thankful for your response.

 

Thanks!

Razique Anjum

Adeptia Inc. | ‘www.adeptia.com

Leading the Integration Revolution


I'd recommend you upgrade to a more recent version of Eclipse.

At least you should upgrade to the latest EGit version 4.1 which you can install from

Then you should make yourself familiar with the git configuration option "core.autocrlf"
https://git-scm.com/docs/git-config

I can't read the file you attached, it seems to be binary

-Matthias




Back to the top