Ask Your Question
0

Is it impossible for Git to retrieve a CRLF file on Linux when it was initially saved with LF?

asked 2022-03-14 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-07-27 16:00:00 +0000

nofretete gravatar image

No, Git can still retrieve a CRLF file on Linux when it was initially saved with LF. However, Git may automatically convert the LF line endings to CRLF when it checks out the file on a Windows system or adds the file to a ZIP archive. Therefore, it is important to configure Git's line-ending settings correctly to ensure consistent behavior across different operating systems.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-14 11:00:00 +0000

Seen: 8 times

Last updated: Jul 27 '21