Skip to content

Commit 07c9292

Browse files
committed
Relnotes: decribe the updates to the "text=auto" attribute
Helped-by: Torsten Bögershausen <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 726cc2b commit 07c9292

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.10.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@ Performance, Internal Implementation, Development Support etc.
235235
* The API to iterate over all the refs (i.e. for_each_ref(), etc.)
236236
has been revamped.
237237

238+
* The handling of the "text = auto" attribute has been updated.
239+
$ echo "* text=auto eol=crlf" >.gitattributes
240+
used to have the same effect as
241+
$ echo "* text=auto eol=crlf" >.gitattributes
242+
$ git config core.eol crlf
243+
i.e. declaring all files are text; the combination now is
244+
equivalent to doing
245+
$ git config core.autocrlf true
246+
238247
* A few tests that specifically target "git rebase -i" have been
239248
added.
240249

0 commit comments

Comments
 (0)