Changeset 54423 in webkit


Ignore:
Timestamp:
Feb 5, 2010 7:09:17 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-02-05 Simon Hausmann <simon.hausmann@nokia.com>

Reviewed by Tor Arne Vestbø.

Add .gitattributes file to tell git about files with Windows linefeeds
https://bugs.webkit.org/show_bug.cgi?id=34645

On Windows git defaults to "true" for core.autocrlf, meaning all text
files in the working directory are converted from CRLF to LF on checkin
time. Some files present in the repository have been checked in with
CRLF linefeeds and git should not try to convert them. The added
.gitattributes file tells git to not do any CRLF conversion.

  • .gitattributes: Added.
Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r54420 r54423  
     12010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Tor Arne Vestbø.
     4
     5        Add .gitattributes file to tell git about files with Windows linefeeds
     6        https://bugs.webkit.org/show_bug.cgi?id=34645
     7
     8        On Windows git defaults to "true" for core.autocrlf, meaning all text
     9        files in the working directory are converted from CRLF to LF on checkin
     10        time. Some files present in the repository have been checked in with
     11        CRLF linefeeds and git should not try to convert them. The added
     12        .gitattributes file tells git to not do any CRLF conversion.
     13
     14        * .gitattributes: Added.
     15
    1162010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.