aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* [6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf2021-11-223-34/+29
* [releng] Make the bazel build use Java 11Thomas Wolf2021-11-031-1/+1
* Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-312-23/+102
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-13/+54
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* Merge "Skip detecting content renames for binary files"Han-Wen NIenhuys2021-05-313-7/+60
|\
| * Skip detecting content renames for binary filesYoussef Elghareeb2021-05-313-7/+60
* | ApplyCommand: use byte arrays for text patches, not stringsThomas Wolf2021-05-261-1/+23
|/
* Skip detecting content renames for large filesYoussef Elghareeb2021-03-142-0/+44
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-172-6/+25
* RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf2020-05-281-17/+11
* 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
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-224-10/+10
|\|
| * SimilarityRenameDetector: Fix inconsistent indentationDavid Pursehouse2020-02-191-4/+4
| * Use indexOf(char) and lastIndexOf(char) rather than String versionsDavid Pursehouse2020-02-191-2/+2
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-193-4/+4
* | ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-0/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0424-912/+120
|/
* DiffFormatter: support core.quotePath = falseThomas Wolf2019-11-151-2/+27
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-173-16/+18
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-0/+68
* Avoid double wordsMincong HUANG2018-12-212-2/+2
* Use the same default diff.renameLimit = 400 like native gitMatthias Sohn2018-09-091-1/+1
* Fix API breakage introduced by da254106Matthias Sohn2018-08-083-27/+39
* Abort rename detection in a timely manner if cancelledMatthias Sohn2018-08-073-19/+58
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-10/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-155-23/+23
* 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
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-072-3/+4
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-033-1/+39
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-1822-160/+333
* 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-242-53/+103
* Cleanup: Remove redundant type argumentsMatthias Sohn2017-08-301-1/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-6/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* RenameDetector: Clarify rename limits <= 0Dave Borowitz2017-05-241-1/+3
* Fix @since tags of new API added after 4.7.0Matthias Sohn2017-04-061-3/+4
* Make diff locations more consistentKB Sriram2017-04-032-17/+116
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-208-27/+27
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-195-0/+16
* [infer] Fix potential NPE in DiffFormatterMatthias Sohn2017-01-231-1/+1
* DiffFormatter: Support setting a reader without a repoDave Borowitz2016-08-031-23/+40
* Merge branch 'stable-4.1' into stable-4.2Matthias Sohn2016-02-101-0/+3
|\