Re: [ANNOUNCE] Git v2.10.0-rc0

From: Torsten BÃgershausen
Date: Mon Aug 15 2016 - 10:01:06 EST


On 15.08.16 00:47, Junio C Hamano wrote:
> Torsten BÃgershausen (1):
> convert: unify the "auto" handling of CRLF

Should we mention this change in the release notes?

The handling of "*.text = auto" was changed, and now

$ echo "* text=auto eol=crlf" >.gitattributes
has the same effect as
$ git config core.autocrlf true