aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/AutoLFInputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated AutoLFInputStream constructorsMatthias Sohn2024-09-031-38/+0
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-3/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-2/+2
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-5/+6
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-171-14/+111
* 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-1/+6
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-0/+199