aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/shell/.gitattributes (unfollow)
Commit message (Collapse)Author
3 dayschore: Move everything into one big crateBenedikt Peetz
That helps remove duplicated code and rustc/cargo will now also show dead code correctly.
2025-03-03fix: sql files checksums (#2601)Lucas Trzesniewski
* fix: sql files checksums Checking out on Windows may cause *.sql files to have CRLF line endings, which will change their checksums and cause migration errors. https://github.com/launchbadge/sqlx/issues/2659 * fix: ensure shell scripts use lf