[PATCH] D32452: [git-llvm] Make `push` work on CRLF files with svn:eol-style=native

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 14:08:33 PDT 2017


zturner added a comment.

There are certain files in the repo that absolutely must be CRLF, and are documented as such.  So this patch would break those files.  I'm not sure if that's a problem though.  Can we just wash our hands of this added complexity and globally remove this property?  We've been doing it on a file-by-file basis for months, and nobody has noticed or complained


https://reviews.llvm.org/D32452





More information about the llvm-commits mailing list