mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Convert \r\n to \n; don't depend on unix2dos
This commit is contained in:
parent
5dd049eb82
commit
45fea83771
3 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,10 @@ set -ex; rm -rf repo; mkdir repo; cd repo
|
|||
git init
|
||||
|
||||
cat <<EOT >> windowslf.txt
|
||||
asdf
|
||||
asdf
|
||||
asdf
|
||||
asdf
|
||||
EOT
|
||||
|
||||
unix2dos windowslf.txt
|
||||
|
||||
cat <<EOT >> linuxlf.txt
|
||||
asdf
|
||||
asdf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue