Alon Bar-Lev has posted comments on this change.

Change subject: guest-agent: Unification of line endings to unix
......................................................................


Patch Set 1:

And... for these files you have .gitattributes.

A common .gitattribues for mixed unix/windows environment is:

 *.c eol=lf
 *.h eol=lf
 *.rc eol=lf
 *.txt eol=lf
 *.bat eol=lf
 *.vc*proj* eol=crlf
 *.sln eol=crlf

It forces LF when committing (easier to review and diff at other platforms), 
preserving CRLF at VC generated files.

--
To view, visit http://gerrit.ovirt.org/9463
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7f85bdc2c295c695d1877641eb89515b6f94974f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Gal Hammer <gham...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to