Re: [git-users] current core.autocrlf and core.eol state

2017-08-01 Thread Ilya Kantor
Thank you very much.

Please consider this solved, I've read convert.c.

---
Best Regards,
Ilya Kantor

On Tue, Aug 1, 2017 at 10:30 AM, Konstantin Khomoutov 
wrote:

> On Mon, Jul 31, 2017 at 05:52:41AM -0700, Ilya Kantor wrote:
>
> > I see there were changes in the last year regarding autocrlf and eol.
> >
> > I know what autocrlf does. But what core.eol does now?
> > How those two interact with gitattributes?
> >
> > I saw there were changes in eol behavior.
>
> Well, it's hard what exactly you want to hear given such broad
> definitions.
>
> If you wish to know how the said configuration variables behave in some
> Git version of interest, just check its "config" manual page (run
> `git help config` for instance) and "attributes" manual page -- the docs
> certainly get updated along with the features.
>
> If you'd want to know what exactly changed when, then take the list of
> release notes [1], and study those of the versions happened between the
> one you used and the one you're interested in (the up-to-date stable
> version as of now is 2.13.3, IIRC).
>
> You might even clone the Git repository and do something like
>
>   git grep -Fw core.eol -- Documentation/RelNotes
>
> to find the release notes mentioning the core.eol configuration knob.
>
> 1. https://github.com/git/git/tree/master/Documentation/RelNotes
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Git for human beings" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/git-users/79O7cul8Myc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] current core.autocrlf and core.eol state

2017-08-01 Thread Konstantin Khomoutov
On Mon, Jul 31, 2017 at 05:52:41AM -0700, Ilya Kantor wrote:

> I see there were changes in the last year regarding autocrlf and eol.
> 
> I know what autocrlf does. But what core.eol does now? 
> How those two interact with gitattributes?
> 
> I saw there were changes in eol behavior.

Well, it's hard what exactly you want to hear given such broad
definitions.

If you wish to know how the said configuration variables behave in some
Git version of interest, just check its "config" manual page (run
`git help config` for instance) and "attributes" manual page -- the docs
certainly get updated along with the features.

If you'd want to know what exactly changed when, then take the list of
release notes [1], and study those of the versions happened between the
one you used and the one you're interested in (the up-to-date stable
version as of now is 2.13.3, IIRC).

You might even clone the Git repository and do something like

  git grep -Fw core.eol -- Documentation/RelNotes

to find the release notes mentioning the core.eol configuration knob.

1. https://github.com/git/git/tree/master/Documentation/RelNotes

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.