aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/AutoCRLFInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-1/+1
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-5/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-2/+11
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-0/+3
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-1/+1
* Fix warnings about assigning paramter in util.ioRobin Stocker2013-05-011-10/+10
* Improve test coverage of AutoCRLF(In|Out)putStreamRobin Stocker2013-04-181-1/+4
* Create an input stream that transforms LF to CRLFRobin Rosenberg2012-09-011-0/+151