mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 13:15:09 +00:00
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
This commit is contained in:
parent
c6d50bb863
commit
5bffda617b
2 changed files with 6 additions and 0 deletions
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.sh eol=lf
|
||||
*.nix eol=lf
|
||||
*.zsh eol=lf
|
||||
|
||||
*.sql eol=lf
|
1
crates/atuin/src/shell/.gitattributes
vendored
Normal file
1
crates/atuin/src/shell/.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
* eol=lf
|
Loading…
Add table
Add a link
Reference in a new issue