aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+30
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-044-4/+4
* Enable marking entries using TreeFilters in DiffEntryRobin Stocker2013-01-231-1/+69
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-2/+3
* Add type argumente to some raw reclarationRobin Rosenberg2012-12-272-4/+6
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-032-11/+11
* Allow to get end-of-line characters for a RawTextTomasz Zarna2012-03-021-0/+41
* Make sure all bytes are written to files on close, or get an error.Robin Rosenberg2012-01-151-2/+2
* Report diff entries for files that only change modeKevin Sawicki2011-12-141-0/+42
* Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-171-0/+298
* Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-241-0/+120
* Fix diff bug on inserted lineShawn O. Pearce2011-05-161-1/+9
* Fix diff when first text is the start of the otherRobin Rosenberg2011-05-152-0/+66
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3113-30/+192
* SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-121-9/+13
* Fix ugly diff showing insertion of new methodShawn O. Pearce2010-11-011-0/+7
* Delete DiffPerformanceTestShawn O. Pearce2010-11-014-352/+6