aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-161-0/+34
* JGit blame very slow for large merge commits that rename filesSimeon Andreev2022-07-013-70/+256
* Make the buffer size for text/binary detection configurableThomas Wolf2021-10-301-8/+8
* Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* Fix PathSuffixFilter: can decide only on full pathsThomas Wolf2021-06-211-1/+69
* Skip detecting content renames for binary filesYoussef Elghareeb2021-05-311-0/+51
* Skip detecting content renames for large filesYoussef Elghareeb2021-03-141-0/+48
* DiffFormatter: correctly deal with tracked files in ignored foldersThomas Wolf2020-07-171-1/+55
* DiffFormatterTest: Add a test to confirm the default rename detection settingsDavid Pursehouse2020-06-261-0/+13
* Add tests for RawTextComparator.WS_IGNORE_CHANGE.hash()Thomas Wolf2020-06-021-0/+44
* RawTextComparator.WS_IGNORE_CHANGE must not compare whitespaceThomas Wolf2020-05-281-0/+28
* Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-2/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0417-646/+85
* Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-0/+63
|\
| * Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-0/+63
* | Fix core.autocrlf for non-normalized indexThomas Wolf2019-02-261-0/+30
|/
* Undo treating blobs with NULs as a single lineThomas Wolf2018-11-261-3/+6
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-043-18/+18
* RawTextTest#testBinary: use array comparison to compare arraysMatthias Sohn2018-06-091-1/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-0/+10
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-113-18/+18
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-071-0/+98
* DiffFormatterReflowTest: Open InputStream in try-with-resourceDavid Pursehouse2018-03-061-8/+5
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-073-34/+22
* Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-062-0/+2
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-10/+0
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-0/+10
* Introduce RawText#load.Han-Wen Nienhuys2017-10-241-0/+110
* Make diff locations more consistentKB Sriram2017-04-031-0/+26
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-5/+5
* PatchIdDiffFormatterTest: Open Git and PatchIdDiffFormatter in try-with-resourceDavid Pursehouse2016-02-121-39/+43
* Merge branch 'stable-4.1' into stable-4.2Matthias Sohn2016-02-101-0/+62
|\
| * Fix diff for added and removed submoduleHugo Arès2016-02-041-0/+62
* | DiffEntryTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-261/+272
* | DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse2016-01-211-2/+2
* | DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse2016-01-211-78/+82
* | Fix MissingObjectException in RenameDetectorRüdiger Herrmann2015-11-121-0/+31
|/
* Show submodule difference as a hunkJacob Keller2015-09-241-3/+2
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-2/+3
* Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-0/+7
* Rename detection should canonicalize line endingsMarc Strapetz2015-01-021-18/+44
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-0/+78
* Eliminate warning about overlapping variable namesRobin Rosenberg2014-07-041-5/+5
* [findBugs] Don't ignore exceptional return value of File.mkdir()Matthias Sohn2014-02-181-1/+2
* [findBugs] Don't rely on default encodingMatthias Sohn2014-02-181-1/+1
* [findBugs] Don't call toString() on a stringMatthias Sohn2014-02-181-1/+1
* Fix diff header on renamed or copied filesShawn Pearce2014-02-181-0/+23