summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2016-03-30Fixed #19670 -- Applied CachedFilesMixin patterns to specific extensionsClaude Paroz
Thanks Simon Meers for the initial patch, and Tim Graham for the review.
2015-06-02Added git attribute merge=union for release notesAdam Chainz
2013-09-30Force Unix-style line-endings for some helper files in staticfiles_tests.Ramiro Morales
This fixes eight failures in the cached storage tests under Windows. Refs #18920 and 978d4476cf.
2012-11-21Fixed #18920 -- Added `.gitattributes` to normalize line endings in HTML ↵Julien Phalip
templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.