summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* git: prevent CRLF line ending conversion for patches on WindowsTim-Philipp Müller2023-03-311-0/+1
Otherwise the patch file might get line endings converted on git checkout on Windows if the git option core.autocrlf=true is set, and then the patches won't apply later when Meson tries to apply them to the downloaded source code from tarball. This could cause the pango patches not applying to the pango subproject on Windows in some settings, and then the subproject setup would fail and the pango plugin would not be built. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4306>