summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/redo.py
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-04-24 22:09:08 +0000
committerReid Kleckner <rnk@google.com>2017-04-24 22:09:08 +0000
commit4534097b0b7ca92428270ab7e72df3ffc8fb01a1 (patch)
tree4b96345733f21d514f2f06f4eccfb031aa3d508a /lldb/packages/Python/lldbsuite/test/redo.py
parent7bd3d9f0d786a304fb400945c031414f41899f9b (diff)
downloadbcm5719-llvm-4534097b0b7ca92428270ab7e72df3ffc8fb01a1.tar.gz
bcm5719-llvm-4534097b0b7ca92428270ab7e72df3ffc8fb01a1.zip
[git-llvm] Make `push` work on CRLF files with svn:eol-style=native
Summary: `git apply` on Windows doesn't work for files that SVN checks out as CRLF. There is no way to force SVN to check everything out with Unix line endings on Windows. Files with svn:eol-style=native will always come out with CRLF, breaking `git apply`, which wants Unix line endings. My workaround is to list all files with this property set in the change, and run `dos2unix` on them. SVN doesn't commit a massive line ending change because the svn:eol-style property indicates that these are text files. Tested on r301245. Reviewers: zturner, jlebar Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D32452 llvm-svn: 301262
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/redo.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud