Force dump_syms output to be checked out with LF line-ending.
Otherwise, even with core.autocrlf=false, Windows will checkout these minidump output files with CRLF line-ending. It is necessary for these files to be checked out using LF line-ending for the unit tests to pass. Change-Id: I7cacf4b5fa56e007c8aa81202e0cef7ad42ae93a Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/5160534 Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
parent
048e14caf8
commit
225ed9172e
1 changed files with 1 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
src/processor/testdata/*.out text eol=lf
|
Loading…
Reference in a new issue