On 2021-10-20 at 12:02:02, Johannes Schindelin wrote: > Hi brian, > > On Wed, 20 Oct 2021, brian m. carlson wrote: > > > On 2021-10-20 at 01:21:40, Eric Sunshine wrote: > > > On Tue, Oct 19, 2021 at 9:06 PM brian m. carlson > > > wrote: > > > > > > > diff --git a/Documentation/gitfaq.txt b/Documentation/gitfaq.txt > > > > @@ -464,14 +465,25 @@ references, URLs, and hashes stored in the repository. > > > > +With text files, Git will generally the repository contains LF endings in the > > > > +repository, and will honor `core.autocrlf` and `core.eol` to decide what options > > > > +to use when checking files out. You can also override this by specifying a > > > > +particular line ending such as `eol=lf` or `eol=crlf` if those files must always > > > > +have that ending (e.g., for functionality reasons). > > > > > > The first sentence in the paragraph is unparseable. > > > > Yes, I think perhaps I omitted the word "ensure". > > > > And I should reflect that they should have that ending in the working > > tree, which I neglected to mention. > > Please note that Git for Windows defaults to `core.autoCRLF=true`, > therefore this sentence is not completely correct. Maybe something as > short as "(except in Git for Windows, which defaults to CRLF endings)" > would suffice? What I meant by that sentence was that I should add, "in the working tree" to the sentence ending "if those files must always have that ending". I believe that is still the case for Git for Windows, since otherwise our shell files in the repository would be broken there, and I'm fairly confident they are not. -- brian m. carlson (he/him or they/them) Toronto, Ontario, CA