Commit Graph

17 Commits (haiku)

Author SHA1 Message Date
Thiago Macieira 06a9427fb6 Tell git-archive to not export .gitattributes and .gitignore
Patch by Thiago Macieira <thiago.macieira@intel.com> on 2012-08-29
Reviewed by Simon Hausmann.

Exclude git specific files from archives created via git-archive.

* .gitattributes:

Canonical link: https://commits.webkit.org/113198@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@127025 268f45cc-cd09-0410-ab3c-d52691b4dbfc
11 years ago
David Kilzer 466b524d10 Teach git about localizable *.strings files
<http://webkit.org/b/88447>

Reviewed by Adam Roben.

* .gitattributes: Set diff attribute for *.strings files so
git-diff doesn't complain about them being binary files once the
git-config command is run.

Canonical link: https://commits.webkit.org/106274@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@119619 268f45cc-cd09-0410-ab3c-d52691b4dbfc
11 years ago
Tony Chang 156253cf9d remove WebKit files from .gitattributes
https://bugs.webkit.org/show_bug.cgi?id=82966

Reviewed by Adam Barth.

* .gitattributes: These entries were never updated from the move to
Source/WebKit so they're probably not needed.


Canonical link: https://commits.webkit.org/100484@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@113140 268f45cc-cd09-0410-ab3c-d52691b4dbfc
12 years ago
David Michael Barr 5ec543acb4 Split up top-level .gitignore and .gitattributes
https://bugs.webkit.org/show_bug.cgi?id=82687

Patch by David Barr <davidbarr@chromium.org> on 2012-03-30
Reviewed by Tor Arne Vestbø.

.:

Jeff King <peff@peff.net> suggested this on the git mailing list.
http://article.gmane.org/gmane.comp.version-control.git/194294
He reported a 1.6 times speed up for 'git status'.

* .gitattributes:
* .gitignore:
* ManualTests/.gitattributes: Added.
* Source/.gitignore: Added.
* Websites/.gitattributes: Added.

PerformanceTests:

* .gitattributes: Added.

Source/JavaScriptCore:

* JavaScriptCore.gyp/.gitignore: Added.

Source/Platform:

* Platform.gyp/.gitignore: Added.

Source/ThirdParty:

* glu/.gitignore: Added.

Source/WebCore:

No new tests, source control administrivia.

* .gitattributes: Added.
* WebCore.gyp/.gitignore: Added.

Source/WebKit/chromium:

* .gitignore: Added.

Source/WTF:

* WTF.gyp/.gitignore: Added.

Tools:

* .gitattributes: Added.
* .gitignore: Added.
* DumpRenderTree/DumpRenderTree.gyp/.gitignore: Added.
* TestWebKitAPI/TestWebKitAPI.gyp/.gitignore: Added.

LayoutTests:

* .gitattributes: Added.
* .gitignore: Added.

Canonical link: https://commits.webkit.org/100068@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@112683 268f45cc-cd09-0410-ab3c-d52691b4dbfc
12 years ago
Adam Barth 6f16272702 Prepare to move manual-tests out of WebCore
https://bugs.webkit.org/show_bug.cgi?id=72782

Reviewed by Eric Seidel.

.:

Update these files to refer to the new location of ManualTests.

* .gitattributes:
* Source/cmake/WebKitPackaging.cmake:

Tools:

Update this file to refer to the new location of ManualTests.

* Scripts/webkitpy/common/config/build.py:


Canonical link: https://commits.webkit.org/89325@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@100836 268f45cc-cd09-0410-ab3c-d52691b4dbfc
12 years ago
Patrick Gansterer 438e75e626 2011-04-18 Patrick Gansterer <paroga@webkit.org>
Reviewed by Pavel Feldman.

        REGRESSION (r81479): generate-inspector-idl fails on native win32
        https://bugs.webkit.org/show_bug.cgi?id=58315

        Disable git autocrlf for Inspector.json.

        * .gitattributes:

Canonical link: https://commits.webkit.org/73871@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@84130 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Adam Barth 6bc2f1f79a 2011-01-07 Adam Barth <abarth@webkit.org>
Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Remove reference to old directory.

        * PrettyPatch/PrettyPatch.rb:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Update references to WebCore.

        * WebKit.grd:
        * WebKit.gyp:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Update documentation to reference new location of WebCore.

        * docs/qtwebkit.qdoc:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        * GNUmakefile.am:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        * WebKit.vcproj/WebKit.sln:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        * bindings/python/wscript:
        * wscript:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Update project files to understand WebCore's new location.  I suspect
        there will be some follow-up patches after we land this patch.

        * Android.derived.jscbindings.mk:
        * Android.jscbindings.mk:
        * Android.v8bindings.mk:
        * GNUmakefile.am:
        * WebCore.gyp/WebCore.gyp:
        * WebCore.pri:
        * WebCore.pro:
        * WebCore.vcproj/WebCore.vcproj:
        * WebCore.vcproj/WebCoreGeneratedCairo.vsprops:
        * WebCore.vcproj/WebCoreGeneratedCommon.vsprops:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Update build files and metadata to point to WebCore's new location.

        * .gitattributes:
        * .gitignore:
        * Android.mk:
        * CMakeLists.txt:
        * DerivedSources.pro:
        * GNUmakefile.am:
        * Makefile:
        * Source/autotools/webkit.m4:
        * Source/cmake/OptionsEfl.cmake:
        * WebKit.pri:
        * WebKit.pro:
        * configure.ac:
        * wscript:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        Update the tools to understand WebCore's new location.

        * DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro:
        * DumpRenderTree/wscript:
        * GNUmakefile.am:
        * Scripts/build-webkit:
        * Scripts/do-file-rename:
        * Scripts/do-webcore-rename:
        * Scripts/generate-qt-inspector-resource:
        * Scripts/prepare-ChangeLog:
        * Scripts/run-bindings-tests:
        * Scripts/update-iexploder-cssproperties:
        * Scripts/update-sources-list.py:
        * Scripts/update-webkit-localizable-strings:
        * Scripts/webkitdirs.pm:
        * Scripts/webkitpy/common/config/build.py:
        * Scripts/webkitpy/common/config/build_unittest.py:
        * Scripts/webkitpy/layout_tests/deduplicate_tests_unittest.py:
        * Scripts/webkitpy/style/checker.py:
        * Scripts/webkitpy/style/checker_unittest.py:
        * WebKitTestRunner/DerivedSources.pro:
        * WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro:
        * iExploder/iexploder-1.7.2/tools/update_html_tags_from_sources.sh:
        * wx/browser/wscript:
        * wx/build/settings.py:
2011-01-07  Adam Barth  <abarth@webkit.org>

        Rubber-stamped by Eric Seidel.

        Move WebCore to Source
        https://bugs.webkit.org/show_bug.cgi?id=52050

        * WebKit2.pro:


Canonical link: https://commits.webkit.org/65627@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75313 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Adam Barth cbac6bc3e3 2010-12-26 Adam Barth <abarth@webkit.org>
Fix some references to the old location of the WebKit website in git
        metadata files.

        * .gitattributes:


Canonical link: https://commits.webkit.org/65014@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74675 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Joseph Pecoraro 94e11c72ef 2010-12-20 Joseph Pecoraro <joepeck@webkit.org>
Reviewed by Darin Adler.

        Update .gitattributes for WebKitTools -> Tools change
        https://bugs.webkit.org/show_bug.cgi?id=51365

        * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.

Canonical link: https://commits.webkit.org/64720@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74378 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Steve Falkenburg 9c4ba71670 .: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* .gitattributes:

ANGLE: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* src/libEGL/libEGL.vcproj: Added property svn:eol-style.
* src/libGLESv2/libGLESv2.vcproj: Added property svn:eol-style.

JavaScriptCore: 010-12-01  Steve Falkenburg  <sfalken@apple.com>

Reviewed by Adam Roben.

vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

* JavaScriptCore.vcproj/JavaScriptCore.sln: Modified property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj: Modified property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCF.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCFLite.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj: Modified property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedCommon.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln: Modified property svn:eol-style.
* JavaScriptCore.vcproj/WTF/WTF.vcproj: Modified property svn:eol-style.
* JavaScriptCore.vcproj/WTF/WTFCommon.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/jsc/jsc.vcproj: Modified property svn:eol-style.
* JavaScriptCore.vcproj/jsc/jscCommon.vsprops: Added property svn:eol-style.
* JavaScriptCore.vcproj/testapi/testapi.vcproj: Modified property svn:eol-style.
* JavaScriptCore.vcproj/testapi/testapiCommon.vsprops: Added property svn:eol-style.

WebCore: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* WebCore.vcproj/QTMovieWin.vcproj: Modified property svn:eol-style.
* WebCore.vcproj/QTMovieWinCommon.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCore.sln: Modified property svn:eol-style.
* WebCore.vcproj/WebCore.submit.sln: Modified property svn:eol-style.
* WebCore.vcproj/WebCore.vcproj: Modified property svn:eol-style.
* WebCore.vcproj/WebCoreCFNetwork.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreCG.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreCURL.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreCairo.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreCommon.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreGenerated.vcproj: Modified property svn:eol-style.
* WebCore.vcproj/WebCoreGeneratedCairo.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreGeneratedCommon.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreMediaQT.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCorePthreads.vsprops: Added property svn:eol-style.
* WebCore.vcproj/WebCoreQuartzCore.vsprops: Added property svn:eol-style.

WebKit/win: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* WebKit.vcproj/Interfaces.vcproj: Modified property svn:eol-style.
* WebKit.vcproj/InterfacesCommon.vsprops: Added property svn:eol-style.
* WebKit.vcproj/WebKit.sln: Modified property svn:eol-style.
* WebKit.vcproj/WebKit.submit.sln: Modified property svn:eol-style.
* WebKit.vcproj/WebKit.vcproj: Modified property svn:eol-style.
* WebKit.vcproj/WebKitGUID.vcproj: Modified property svn:eol-style.
* WebKit.vcproj/WebKitGUIDCommon.vsprops: Added property svn:eol-style.
* WebKit.vcproj/WebKitLibCommon.vsprops: Added property svn:eol-style.

WebKit2: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* win/WebKit2.submit.sln: Added property svn:eol-style.
* win/WebKit2.vcproj: Added property svn:eol-style.
* win/WebKit2Apple.vsprops: Added property svn:eol-style.
* win/WebKit2CFLite.vsprops: Added property svn:eol-style.
* win/WebKit2Common.vsprops: Added property svn:eol-style.
* win/WebKit2DirectX.vsprops: Added property svn:eol-style.
* win/WebKit2Generated.vcproj: Added property svn:eol-style.
* win/WebKit2GeneratedCommon.vsprops: Added property svn:eol-style.
* win/WebKit2WebProcess.vcproj: Added property svn:eol-style.
* win/WebKit2WebProcessCommon.vsprops: Added property svn:eol-style.

WebKitLibraries: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* win/tools/vsprops/WinCairo.vsprops: Added property svn:eol-style.
* win/tools/vsprops/cURL.vsprops: Added property svn:eol-style.
* win/tools/vsprops/debug_wincairo.vsprops: Added property svn:eol-style.

WebKitTools: vcproj changes can't be applied cleanly by the Windows EWS bot
https://bugs.webkit.org/show_bug.cgi?id=50328

Reviewed by Adam Roben.

* CLWrapper/CLWrapper.sln: Modified property svn:eol-style.
* CLWrapper/CLWrapper.vcproj: Modified property svn:eol-style.
* DumpRenderTree/DumpRenderTree.sln: Modified property svn:eol-style.
* DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePluginCommon.vsprops: Added property svn:eol-style.
* DumpRenderTree/win/DumpRenderTree.vcproj: Modified property svn:eol-style.
* DumpRenderTree/win/DumpRenderTreeApple.vsprops: Added property svn:eol-style.
* DumpRenderTree/win/DumpRenderTreeCFLite.vsprops: Added property svn:eol-style.
* DumpRenderTree/win/DumpRenderTreeCairo.vsprops: Added property svn:eol-style.
* DumpRenderTree/win/DumpRenderTreeCommon.vsprops: Added property svn:eol-style.
* DumpRenderTree/win/ImageDiff.vcproj: Modified property svn:eol-style.
* DumpRenderTree/win/ImageDiffCommon.vsprops: Added property svn:eol-style.
* FindSafari/FindSafari.vcproj: Modified property svn:eol-style.
* FindSafari/FindSafariCommon.vsprops: Added property svn:eol-style.
* MIDLWrapper/MIDLWrapper.sln: Modified property svn:eol-style.
* MIDLWrapper/MIDLWrapper.vcproj: Modified property svn:eol-style.
* MiniBrowser/Configurations/MiniBrowserCFLite.vsprops: Added property svn:eol-style.
* MiniBrowser/Configurations/MiniBrowserCommon.vsprops: Added property svn:eol-style.
* MiniBrowser/Configurations/MiniBrowserCoreFoundation.vsprops: Added property svn:eol-style.
* MiniBrowser/MiniBrowser.vcproj: Added property svn:eol-style.
* TestWebKitAPI/Configurations/TestWebKitAPICFLite.vsprops: Added property svn:eol-style.
* TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops: Added property svn:eol-style.
* TestWebKitAPI/Configurations/TestWebKitAPICoreFoundation.vsprops: Added property svn:eol-style.
* TestWebKitAPI/win/TestWebKitAPI.sln: Added property svn:eol-style.
* TestWebKitAPI/win/TestWebKitAPI.vcproj: Added property svn:eol-style.
* TestWebKitAPI/win/TestWebKitAPIGenerated.vcproj: Added property svn:eol-style.
* TestWebKitAPI/win/TestWebKitAPIGeneratedCommon.vsprops: Added property svn:eol-style.
* WebKitAPITest/WebKitAPITest.vcproj: Added property svn:eol-style.
* WebKitAPITest/WebKitAPITestCommon.vsprops: Added property svn:eol-style.
* WebKitLauncherWin/WebKitLauncherWin.vcproj: Modified property svn:eol-style.
* WebKitLauncherWin/WebKitLauncherWinCommon.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/InjectedBundleCFLite.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/InjectedBundleCoreFoundation.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops: Added property svn:eol-style.
* WebKitTestRunner/Configurations/WebKitTestRunnerCoreFoundation.vsprops: Added property svn:eol-style.
* WebKitTestRunner/WebKitTestRunner.sln: Added property svn:eol-style.
* WebKitTestRunner/win/InjectedBundle.vcproj: Added property svn:eol-style.
* WebKitTestRunner/win/InjectedBundleGenerated.vcproj: Added property svn:eol-style.
* WebKitTestRunner/win/InjectedBundleGeneratedCommon.vsprops: Added property svn:eol-style.
* WebKitTestRunner/win/WebKitTestRunner.vcproj: Added property svn:eol-style.
* WinLauncher/WinLauncher.vcproj: Modified property svn:eol-style.
* WinLauncher/WinLauncherCommon.vsprops: Added property svn:eol-style.
* record-memory-win/record-memory-win-common.vsprops: Added property svn:eol-style.
* record-memory-win/record-memory-win.vcproj: Modified property svn:eol-style.



Canonical link: https://commits.webkit.org/63507@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@73060 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Patrick Gansterer 5364e4bcab 2010-11-23 Patrick Gansterer <paroga@webkit.org>
Reviewed by David Levin.

        Add WebKit2 VisualStudio files to .gitattributes
        https://bugs.webkit.org/show_bug.cgi?id=49969

        * .gitattributes:

Canonical link: https://commits.webkit.org/63107@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@72646 268f45cc-cd09-0410-ab3c-d52691b4dbfc
13 years ago
Simon Hausmann ea95eeef9a Add a few more files with Windows linefeeds to the .gitattributes file.
* .gitattributes:

Canonical link: https://commits.webkit.org/50193@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@58947 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago
Simon Hausmann ada6dad3c0 Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
* .gitattributes:

Canonical link: https://commits.webkit.org/47343@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@56048 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago
Adam Roben f4541f7f29 Teach git about ObjC files
Fixes <http://webkit.org/b/36015>.

Reviewed by Tim Hatcher.

* .gitattributes: Set the diff attribute for .m and .mm files, and .h
files in Mac-specific directories. This can be used to generate
more-readable diffs of ObjC files.

Canonical link: https://commits.webkit.org/47146@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@55851 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago
Tor Arne Vestbø 8d47605401 Teach resolve-ChangeLogs to act as a merge-driver for Git
Reviewed by Eric Seidel.

https://bugs.webkit.org/show_bug.cgi?id=28721

To enable automatic merging of ChangeLog files, use the following command:

git config merge.changelog.driver "resolve-ChangeLogs --merge-driver %O %A %B"

The driver always works in "downstream" merge mode, meaning
it will always put the user's changelog entries on top.

* Scripts/resolve-ChangeLogs:
* .gitattributes: Add instruction to use merge-driver for ChangeLogs

Canonical link: https://commits.webkit.org/46267@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@54960 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago
Simon Hausmann b767748a02 .: Removed WMLInputElement.* from .gitattributes as the file is
now CRLF clean.

Reviewed by Holger Freyther.

* .gitattributes:

WebCore: Replaced stray CRLF with LF.

Reviewed by Holger Freyther.

* wml/WMLInputElement.cpp:
(WebCore::WMLInputElement::suggestedValue):
* wml/WMLInputElement.h:

Canonical link: https://commits.webkit.org/46026@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@54716 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago
Eric Seidel 968bb7b9b8 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.

Canonical link: https://commits.webkit.org/45745@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@54423 268f45cc-cd09-0410-ab3c-d52691b4dbfc
14 years ago