Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-19 | Add new rules to .gitattributes | Marcin Ĺšlusarz | 1 | -0/+5 | |
This will make sure that all source files have native line endings when checked out locally. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11779> | |||||
2022-01-16 | ensure csv-files are crlf on disk | Erik Faye-Lund | 1 | -0/+1 | |
According to RFC 4189 CSV files should be encoded using CRLF newlines, not LF. This helps compatibility with tools, like python's csv module, who always uses CRLF. While we're at it, normalize the one CSV that was CRLF in-repo to LF, and let git do the newline-normalization when needed instead. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12405> | |||||
2019-10-02 | git: delete .gitattributes | Eric Engestrom | 1 | -4/+0 | |
The last of these was deleted in 44a8e5135470fa51ae36 ("d3d1x: Remove.") over 6 years ago. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> | |||||
2008-02-28 | Disable autocrlf for Visual Studio project files. | Jose Fonseca | 1 | -0/+4 | |