Torsten Bögershausen [off-list ref] writes:
On 15.08.16 00:47, Junio C Hamano wrote:
quoted
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
Oh, definitely. Thanks.