aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/io/AutoLFOutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+0
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-5/+5
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-7/+5
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-171-47/+16
* Replace chain of if statements with switchCarsten Hammer2019-12-141-3/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-0/+15
* Add EOL stream type detection to TreeWalkIvan Motsch2016-03-071-0/+200