mirror of
https://github.com/getumbrel/umbrel.git
synced 2026-03-26 04:41:44 +00:00
7 lines
370 B
Plaintext
7 lines
370 B
Plaintext
# On Windows, Git defaults to checkout Windows-style and commit Unix-style.
|
|
# As such, line endings of bash scripts are converted from LF to CRLF, with
|
|
# the effect that when mounting the checkout into a Linux container, the
|
|
# bash scripts can't execute because bash does not handle CR. To mitigate,
|
|
# conservatively force ALL line endings to be retained.
|
|
* -text
|