about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/.gitattributes
AgeCommit message (Collapse)AuthorLines
2022-10-07.gitattributes: Mark minified javascript as binary to filter grepsJosh Triplett-0/+3
When doing a git grep (of rustc-dev-guide or of rust-lang/rust with --recurse-submodules), if the grep happens to match within the minified javascript, the resulting long single lines can cause a text pager or editor to slow down and distract from more useful matches. Minified javascript isn't formatted for human consumption, by definition, so mark it as binary, which causes git grep to instead just state that it matches without printing the matching "line".
2020-01-13Update .gitattributesjethrogb-0/+5
See https://github.com/rust-lang/rust/pull/57858
2018-12-01Fix failing tidy (line endings on Windows) (#246)Vadim Petrochenkov-0/+2
This happens every time a new doc submodule is added to https://github.com/rust-lang/rust. cc https://github.com/rust-lang/book/pull/549 https://github.com/rust-lang-nursery/reference/pull/36 https://github.com/rust-lang/rust-by-example/pull/1018