relnotes: redo the description of text=auto fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
07c92928f2
commit
07d1a42bad
@ -235,13 +235,12 @@ Performance, Internal Implementation, Development Support etc.
|
|||||||
* The API to iterate over all the refs (i.e. for_each_ref(), etc.)
|
* The API to iterate over all the refs (i.e. for_each_ref(), etc.)
|
||||||
has been revamped.
|
has been revamped.
|
||||||
|
|
||||||
* The handling of the "text = auto" attribute has been updated.
|
* The handling of the "text=auto" attribute has been corrected.
|
||||||
$ echo "* text=auto eol=crlf" >.gitattributes
|
$ echo "* text=auto eol=crlf" >.gitattributes
|
||||||
used to have the same effect as
|
used to have the same effect as
|
||||||
$ echo "* text=auto eol=crlf" >.gitattributes
|
$ echo "* text eol=crlf" >.gitattributes
|
||||||
$ git config core.eol crlf
|
i.e. declaring all files are text (ignoring "auto"). The
|
||||||
i.e. declaring all files are text; the combination now is
|
combination has been fixed to be equivalent to doing
|
||||||
equivalent to doing
|
|
||||||
$ git config core.autocrlf true
|
$ git config core.autocrlf true
|
||||||
|
|
||||||
* A few tests that specifically target "git rebase -i" have been
|
* A few tests that specifically target "git rebase -i" have been
|
||||||
|
Loading…
x
Reference in New Issue
Block a user