Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Git and line endings

From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Tue, 4 Feb 2014 10:09:34 +0000

On 3 February 2014 22:50, Pascal Quantin <pascal.quantin@xxxxxxxxx> wrote:
Hi all,

with subversion we were using the native eol-style property. Now that we moved to git, would it make sense to commit a .gitattributes file with text=auto to avoid any issue between Linux and Windows development boxes?
I faced tonight an issue with asn2wrs.py that generated the ASN.1 dissector with CRLF line endings on my Windows machine (due to the use of Python open() function) while my checkout had LF line endings, leading to completely different files from git point of view.


There seems to be a lot of confusion around this aspect, possibly because Windows is usually a second class citizen in the git world.

Some other useful links:

Even when the .gitattributes is correctly set it seems that someone will have to re-normalise the repo (as in the GitHub article).