[PATCH] D124606: Use `binary` git attribute instead of `text eol=...'
Pavel Labath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 28 04:30:46 PDT 2022
labath added a comment.
I believe (based on some similar issues I was solving in lldb) that `-text` instead of `binary` is sufficient to prevent git from fidlling with the contents, while maintaining the ability to diff the files.
Other than that, I am in favour of this approach, but I'd recommend getting this reviewed by someone on the clang-tools team.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124606/new/
https://reviews.llvm.org/D124606
More information about the cfe-commits
mailing list