提交 07c92928 编写于 作者: J Junio C Hamano

Relnotes: decribe the updates to the "text=auto" attribute

Helped-by: NTorsten Bögershausen <tboegi@web.de>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 726cc2ba
......@@ -235,6 +235,15 @@ Performance, Internal Implementation, Development Support etc.
* The API to iterate over all the refs (i.e. for_each_ref(), etc.)
has been revamped.
* The handling of the "text = auto" attribute has been updated.
$ echo "* text=auto eol=crlf" >.gitattributes
used to have the same effect as
$ echo "* text=auto eol=crlf" >.gitattributes
$ git config core.eol crlf
i.e. declaring all files are text; the combination now is
equivalent to doing
$ git config core.autocrlf true
* A few tests that specifically target "git rebase -i" have been
added.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册