aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fixed bug in scoring mechanism for rename detectionJeff Schumacher2010-08-041-0/+15
* | Break dissimilar file pairs during diffJeff Schumacher2010-07-271-0/+121
* | Fix Javadoc warningsRobin Stocker2010-07-271-1/+1
* | Merge branch 'delta'Shawn O. Pearce2010-07-221-1/+15
|\ \ | |/ |/|
* | Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-0/+19
* | Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-0/+58
* | Added more test cases for RenameDetectorJeff Schumacher2010-07-121-9/+108
* | Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-122-10/+10
* | Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+186
* | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-2/+2
* | Implement similarity based rename detectionShawn O. Pearce2010-07-032-118/+340
* | Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+204
* | Added further support for whitespace ignoring during diffJeff Schumacher2010-06-283-0/+305
* | Added support for whitespace ignoringJeff Schumacher2010-06-281-0/+96
|/
* Add performance tests for MyersDiffChristian Halstrick2009-11-052-0/+286
* Add a test class for Myers' diff algorithmJohannes Schindelin2009-10-061-0/+109
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-294-0/+556