/aosp_15_r20/external/fonttools/ |
H A D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set. 8 # Font files are binary (so that autocrlf doesn't muck with them)
|
/aosp_15_r20/external/python/pyyaml/.github/workflows/ |
D | ci.yaml | 379 # autocrlf screws up tests under Windows 382 git config --global core.autocrlf false
|
D | manual_artifact_build.yaml | 377 # autocrlf screws up tests under Windows 380 git config --global core.autocrlf false
|
/aosp_15_r20/external/curl/.github/workflows/ |
H A D | windows.yml | 55 - run: git config --global core.autocrlf input 208 - run: git config --global core.autocrlf input 461 - run: git config --global core.autocrlf input
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strsim-0.11.1/ |
H A D | .gitattributes | 1 # Override core.autocrlf settings to keep line endings consistent (LF)
|
/aosp_15_r20/external/flatbuffers/ |
H A D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set.
|
H A D | .editorconfig | 2 # Don't set line endings to avoid conflict with core.autocrlf flag.
|
/aosp_15_r20/external/deqp/ |
H A D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set.
|
/aosp_15_r20/external/threetenbp/ |
H A D | .gitattributes | 2 # Set default behaviour, in case users don't have core.autocrlf set.
|
/aosp_15_r20/external/python/dateutil/ |
D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set.
|
/aosp_15_r20/external/zxing/ |
H A D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set.
|
/aosp_15_r20/external/vulkan-validation-layers/ |
H A D | .gitattributes | 4 # Default behavior, if core.autocrlf is unset.
|
H A D | .appveyor.yml | 18 - git config --global core.autocrlf true
|
/aosp_15_r20/external/tpm2-tss/ |
H A D | .gitattributes | 1 # Set the default behavior, in case people don't have core.autocrlf set.
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/ |
H A D | .gitattributes | 12 # Default behavior, if core.autocrlf is unset.
|
/aosp_15_r20/external/vulkan-headers/ |
H A D | .gitattributes | 12 # Default behavior, if core.autocrlf is unset.
|
/aosp_15_r20/external/python/cpython3/.azure-pipelines/ |
D | libffi-build.yml | 33 git clone $(SourcesRepo) -b $(SourceTag) --depth 1 -c core.autocrlf=false -c core.eol=lf .
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/ |
H A D | mesa_deps_choco.ps1 | 64 Start-Process -NoNewWindow -Wait git -ArgumentList 'config --global core.autocrlf false'
|
/aosp_15_r20/external/expat/ |
H A D | appveyor.yml | 35 - git config --global core.autocrlf input
|
/aosp_15_r20/external/mesa3d/docs/ |
H A D | repository.rst | 94 git config --global core.autocrlf true
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/ |
D | git.go | 873 // text file line endings. Setting -c core.autocrlf=input means only 876 …archive, err := Run(ctx, r.dir, "git", "-c", "core.autocrlf=input", "-c", "core.eol=lf", "archive"…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/zip/ |
D | zip.go | 630 // text file line endings. Setting -c core.autocrlf=input means only 640 …cmd := exec.Command("git", "-c", "core.autocrlf=input", "-c", "core.eol=lf", "archive", "--format=…
|
/aosp_15_r20/external/clang/www/ |
H A D | get_started.html | 184 If you use git-svn, make sure your <tt>core.autocrlf</tt> setting is false.</p>
|
/aosp_15_r20/external/zstd/.github/workflows/ |
H A D | dev-short-tests.yml | 513 - run: git config --global core.autocrlf input
|
/aosp_15_r20/external/jsoup/ |
H A D | change-archive.txt | 1175 …* Bugfix: if source checked out on Windows with git autocrlf=true, Entities.load would fail becaus…
|