[all-commits] [llvm/llvm-project] c9a16e: Drop '* text=auto' from .gitattributes and normalize

Aaron Puchert via All-commits all-commits at lists.llvm.org
Wed Apr 27 18:07:14 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9a16e8c3d99173c7525e576d78eed57110d2b08
      https://github.com/llvm/llvm-project/commit/c9a16e8c3d99173c7525e576d78eed57110d2b08
  Author: Aaron Puchert <aaronpuchert at alice-dsl.net>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M clang-tools-extra/test/.gitattributes
    M clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp
    M clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected

  Log Message:
  -----------
  Drop '* text=auto' from .gitattributes and normalize

Git wants to check in 'text' files with LF endings, so this changes them
in the repository but not in the checkout, where they keep CRLF endings.

Differential Revision: https://reviews.llvm.org/D124563




More information about the All-commits mailing list