Commit Graph

4 Commits

Author SHA1 Message Date
Sam Clegg
ba463e55e8 .gitattributes: Mark minified emscripten js files as -diff
This prevents the contents of these files showing up in the
output of `git grep`.  This makes git grep much more useful as
these files are minified into a single line which is not human
readable.

Change-Id: I54047fe32d090570fa70935ce108455a47e4d888
Reviewed-on: https://chromium-review.googlesource.com/1232674
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Sam Clegg <sbc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56049}
2018-09-19 16:27:10 +00:00
Vasili Skurydzin
9a1eae43f2 Disable line ending modifications by git in .png files
Change-Id: Ib569f8587f18f91b89b4b8b824fa99cf1a5e6005
Reviewed-on: https://chromium-review.googlesource.com/1115359
Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54062}
2018-06-27 15:39:07 +00:00
Sergiy Byelozyorov
e1deb9b267 Make sure that LF line endings are also used on Windows
R=mathias@chromium.org

Bug: v8:7775
Change-Id: I5a8d100969f47a1768be1ed8098535c0c66434a3
Reviewed-on: https://chromium-review.googlesource.com/1102322
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53753}
2018-06-15 10:11:15 +00:00
Clemens Hammacher
73933f2ae5 [git] Add gitattributes to convert CRLF to LF automatically
This attribute will apply to newly added file only. If they contain
CRLF, this will be converted to LF automatically.

R=mathias@chromium.org

Bug: v8:7570
Change-Id: Idbf1f15d55dda18f623f9b3c7be8bba686569af0
Reviewed-on: https://chromium-review.googlesource.com/1047608
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53044}
2018-05-07 18:44:49 +00:00