Home
last modified time | relevance | path

Searched full:autocrlf (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/fonttools/
H A D.gitattributes1 # 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/
Dci.yaml379 # autocrlf screws up tests under Windows
382 git config --global core.autocrlf false
Dmanual_artifact_build.yaml377 # autocrlf screws up tests under Windows
380 git config --global core.autocrlf false
/aosp_15_r20/external/curl/.github/workflows/
H A Dwindows.yml55 - 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.gitattributes1 # Override core.autocrlf settings to keep line endings consistent (LF)
/aosp_15_r20/external/flatbuffers/
H A D.gitattributes1 # Set the default behavior, in case people don't have core.autocrlf set.
H A D.editorconfig2 # Don't set line endings to avoid conflict with core.autocrlf flag.
/aosp_15_r20/external/deqp/
H A D.gitattributes1 # Set the default behavior, in case people don't have core.autocrlf set.
/aosp_15_r20/external/threetenbp/
H A D.gitattributes2 # Set default behaviour, in case users don't have core.autocrlf set.
/aosp_15_r20/external/python/dateutil/
D.gitattributes1 # Set the default behavior, in case people don't have core.autocrlf set.
/aosp_15_r20/external/zxing/
H A D.gitattributes1 # Set the default behavior, in case people don't have core.autocrlf set.
/aosp_15_r20/external/vulkan-validation-layers/
H A D.gitattributes4 # Default behavior, if core.autocrlf is unset.
H A D.appveyor.yml18 - git config --global core.autocrlf true
/aosp_15_r20/external/tpm2-tss/
H A D.gitattributes1 # 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.gitattributes12 # Default behavior, if core.autocrlf is unset.
/aosp_15_r20/external/vulkan-headers/
H A D.gitattributes12 # Default behavior, if core.autocrlf is unset.
/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dlibffi-build.yml33 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 Dmesa_deps_choco.ps164 Start-Process -NoNewWindow -Wait git -ArgumentList 'config --global core.autocrlf false'
/aosp_15_r20/external/expat/
H A Dappveyor.yml35 - git config --global core.autocrlf input
/aosp_15_r20/external/mesa3d/docs/
H A Drepository.rst94 git config --global core.autocrlf true
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dgit.go873 // 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/
Dzip.go630 // 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 Dget_started.html184 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 Ddev-short-tests.yml513 - run: git config --global core.autocrlf input
/aosp_15_r20/external/jsoup/
H A Dchange-archive.txt1175 …* Bugfix: if source checked out on Windows with git autocrlf=true, Entities.load would fail becaus…