From 5bffda617b5eae230a8952f13296721e89c14f95 Mon Sep 17 00:00:00 2001 From: Lucas Trzesniewski Date: Mon, 3 Mar 2025 13:02:35 +0100 Subject: fix: sql files checksums (#2601) * 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 --- crates/atuin/src/shell/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 crates/atuin/src/shell/.gitattributes (limited to 'crates') diff --git a/crates/atuin/src/shell/.gitattributes b/crates/atuin/src/shell/.gitattributes new file mode 100644 index 00000000..fae8897c --- /dev/null +++ b/crates/atuin/src/shell/.gitattributes @@ -0,0 +1 @@ +* eol=lf -- cgit v1.3.1