| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .gitattributes: manage CRLF handling (#424336)•••In certain circumstances, Git will munge line endings when it checks out and commits files. This can result in difficult-to-debug errors when files are changed when they're checked out. To avoid that problem, set .gitattributes such that Git will always use LF line endings for files it detects as text files. *.diff and *.patch files are excluded, as committed patch files may need to patch upstream source code that intentionally uses CRLF line endings. Fixes #423762 | Adam Dinwoodie | 2025-08-09 | 1 | -0/+25 |
| * | .gitattributes: Mark ci/OWNERS as CODEOWNERS | Silvan Mosberger | 2024-10-10 | 1 | -0/+2 |
| * | .gitattributes: fix typo | Daniel Nagy | 2023-05-01 | 1 | -1/+1 |
| * | chickenPackages_5: Remove ocaml dependency, switch to TOML | Konstantin Astafurov | 2023-04-04 | 1 | -0/+1 |
| * | sapling: simplify dependency generation script | Daniel Nagy | 2022-11-24 | 1 | -0/+1 |
| * | gitattributes: disable merge=union in all-packages•••This would lead to some merge issues occasionally. | Matthew Justin Bauer | 2018-03-27 | 1 | -1/+1 |
| * | .gitattributes: merge=union for all-packages.nix•••also module-list.nix | Matthew Justin Bauer | 2018-03-22 | 1 | -0/+3 |
| * | Add .gitattributes file•••This adds the .gitattributes file to the tree. I’ve added two attributes: linguist-generated, and linguist-documentation. GitHub’s Linguist will follow this when calculating our language stats as well as in other cases like commit diffs. Any additional attributes or other generated files are welcome to be added! | Matthew Bauer | 2018-02-23 | 1 | -0/+13 |
