Re: Re: Git for Windows and line endings
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:04
Chris B [off-list ref] writes:
- If there was SO MUCH thought into this, then it was too much...
I do not have much to add to what area experts already said on bits specific to Git for Windows, but on just this part:
- Our builds were not breaking, it was production due to deployment model utilizing Git. What if there was a process to extract from Git and then distribute?
Do you mean something like "git archive"? Or do you have something else in mind?
- Developers are not expecting revision control system to make changes to files they commit.
But isn't there a distinction between the logical content and its physical representation? In source code (that is what developers use a source code management system for), especially those of cross-platform projects, the logical lines end with LF and physical lines end with whatever is convenient on the platform of each participant of the project. There needs a way to convert between the two. It does not sound fair to call it a crime if the port to a platform, whose users (at least the majority of them) expect the latter to be CRLF, chose to default to that to help the majority, as long as there are ways for the minority power users to choose to use LF in the physical representation on their working trees. -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free. You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, and view previous threads, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en