Vinzenz Feenstra has uploaded a new change for review. Change subject: agent: Fixing .gitattributes ......................................................................
agent: Fixing .gitattributes .gitattributes should contains text infront of eol Change-Id: Iec9a241e05c2c6c9a3922de0c9153e97406118eb Signed-off-by: Vinzenz Feenstra <[email protected]> --- M .gitattributes 1 file changed, 10 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/71/10971/1 diff --git a/.gitattributes b/.gitattributes index 83fdc15..0b4abfc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ -*.c eol=lf -*.cpp eol=lf -*.py eol=lf -*.h eol=lf -*.rc eol=lf -*.txt eol=lf -*.bat eol=crlf -*.vc*proj* eol=crlf -*.ini eol=crlf -*.sln eol=crlf +*.c text eol=lf +*.cpp text eol=lf +*.py text eol=lf +*.h text eol=lf +*.rc text eol=lf +*.txt text eol=lf +*.bat text eol=crlf +*.vc*proj* text eol=crlf +*.ini text eol=crlf +*.sln text eol=crlf -- To view, visit http://gerrit.ovirt.org/10971 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iec9a241e05c2c6c9a3922de0c9153e97406118eb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
