aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken HistogramDiffShawn O. Pearce2010-11-011-0/+8
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-134-16/+16
* Fix RawTextComparator reduceCommonStartEnd at empty linesShawn O. Pearce2010-10-131-0/+19
* Correct spelling of tests in HistogramDiffTestShawn O. Pearce2010-10-131-2/+2
* Delete PatienceDiffShawn O. Pearce2010-10-111-77/+0
* Implement HistogramDiffShawn O. Pearce2010-09-241-0/+154
* Reuse DiffPerformanceTest support code to validate algorithmsShawn O. Pearce2010-09-243-28/+18
* Fix PatienceDiffTestShawn O. Pearce2010-09-231-1/+4
* Define an abstract DiffAlgorithm test frameworkShawn O. Pearce2010-09-213-210/+199
* Implement Bram Cohen's Patience DiffShawn O. Pearce2010-09-201-0/+231
* Micro-optimize reduceCommonStartEnd for RawTextShawn O. Pearce2010-09-201-0/+48
* Define DiffAlgorithm as an abstract functionShawn O. Pearce2010-09-102-5/+5
* Refactor diff sequence APIShawn O. Pearce2010-09-067-101/+126
* Add helper methods to EditShawn O. Pearce2010-09-031-1/+24
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-5/+12
* Correct diff header formattingShawn O. Pearce2010-09-011-0/+70
* Wait for JIT optimization before measuring diff performanceMatthias Sohn2010-08-301-4/+12
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-5/+5
* Merge branch 'rename-bug'Shawn O. Pearce2010-08-061-1/+4
|\
| * Fix ArrayIndexOutOfBounds on non-square exact rename matrixShawn O. Pearce2010-08-061-1/+4
* | Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-8/+8
* | Merge branch 'js/diff'Shawn O. Pearce2010-08-041-0/+15
|\|