aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawText.java
Commit message (Expand)AuthorAgeFilesLines
* RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-161-3/+12
* [releng] Make the bazel build use Java 11Thomas Wolf2021-11-031-1/+1
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-311-21/+99
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-13/+54
* ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-1/+23
* Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-271-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-5/+7
* Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-0/+68
* Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys2018-05-141-14/+15
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-2/+19
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-071-1/+1
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-0/+8
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-9/+13
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-25/+2
* Fix typo in commentHan-Wen Nienhuys2017-10-241-1/+1
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-2/+25
* Introduce RawText#load.Han-Wen Nienhuys2017-10-241-0/+65
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-051-19/+0
* Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+20
* Allow to get end-of-line characters for a RawTextTomasz Zarna2012-03-021-0/+17
* Fixed Merge Algorithm regarding concurrent file creationsChristian Halstrick2010-12-021-0/+3
* Add getString utility functions to RawTextShawn O. Pearce2010-10-131-2/+63
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-131-15/+0
* Move cached element hash codes to HashedSequenceShawn O. Pearce2010-09-201-14/+0
* Refactor diff sequence APIShawn O. Pearce2010-09-061-65/+20
* Use int[] rather than IntList for RawText hashesShawn O. Pearce2010-09-011-7/+5
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-3/+49
* log: Add whitespace ignore optionsShawn O. Pearce2010-07-031-0/+19
* Added check for binary files while diffingJeff Schumacher2010-06-291-0/+21
* Ensure RawText closes the FileInputStream when read is completeShawn O. Pearce2010-02-031-14/+2
* Add javadoc comments, remove unused code, shift comments to correct placeChristian Halstrick2009-10-091-0/+1
* Prepare RawText for diff-index and diff-filesJohannes Schindelin2009-10-061-1/+27
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+190