aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* Removed unused parameters from private methodsRobin Rosenberg2012-06-061-2/+2
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-1/+3
* Remove 86 boxing warningsKevin Sawicki2012-05-081-3/+3
* Handle content length in WorkingTreeIteratorRobin Rosenberg2012-03-271-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-127-7/+7
* RawText#getEOL() does the same thing as RawText#getLineDelimiter()Tomasz Zarna2012-03-051-19/+0
* Add ApplyCommand to JGit APITomasz Zarna2012-03-041-0/+20
* Allow to get end-of-line characters for a RawTextTomasz Zarna2012-03-021-0/+17
* Add getters for old and new prefixes in DiffFormatterTomasz Zarna2012-02-021-0/+18
* DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-1/+3
* Report diff entries for files that only change modeKevin Sawicki2011-12-142-0/+6
* Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-251-1/+1
* Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-171-1/+37
* Change EditList to extend ArrayListShawn O. Pearce2011-05-311-50/+6
* Add a DiffFormatter which calculates a patch-idStefan Lay2011-05-242-9/+110
* Fix diff bug on inserted lineShawn O. Pearce2011-05-161-1/+1
* Fix diff when first text is the start of the otherRobin Rosenberg2011-05-151-1/+1
* DiffFormatter: Use IndexDiffFilter to speed up working treeShawn O. Pearce2010-12-101-15/+27
* Remove empty iterator from TreeWalkShawn O. Pearce2010-12-071-1/+0
* Fixed Merge Algorithm regarding concurrent file creationsChristian Halstrick2010-12-021-0/+3
* Merge "Fix DiffConfig to understand "copy" resp. "copies" for diff.renames pr...Shawn Pearce2010-11-291-3/+46
|\
| * Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.Marc Strapetz2010-11-291-3/+46
* | Make diff algorithm configurableChristian Halstrick2010-11-262-1/+41
|/
* RenameDetector: Only scan deletes if adds existShawn O. Pearce2010-11-121-9/+8
* SimilarityRenameDetector: Initialize sizes to 0Shawn O. Pearce2010-11-121-9/+4
* SimilarityRenameDetector: Avoid allocating source indexShawn O. Pearce2010-11-121-8/+11
* SimilarityRenameDetector: Only attempt to index large files onceShawn O. Pearce2010-11-121-0/+10
* SimilarityIndex: Don't overflow internal counter fieldsShawn O. Pearce2010-11-121-9/+20
* SimilarityIndex: Accept files larger than 8 MBShawn O. Pearce2010-11-123-26/+80
* SimilarityIndex: Correct comment explaining the logicShawn O. Pearce2010-11-121-2/+2
* Fix ugly diff showing insertion of new methodShawn O. Pearce2010-11-011-1/+18
* Fix broken HistogramDiffShawn O. Pearce2010-11-011-11/+31
* Correct typo in HistogramDiffIndex JavadocShawn O. Pearce2010-10-291-1/+1
* Fix oddness check in MyersDiff for negative numbersRobin Stocker2010-10-281-3/+3
* Add getString utility functions to RawTextShawn O. Pearce2010-10-131-2/+63
* Remove dead RawText(RawTextComparator) constructorShawn O. Pearce2010-10-131-15/+0
* Fix RawTextComparator reduceCommonStartEnd at empty linesShawn O. Pearce2010-10-131-0/+8
* Delete PatienceDiffShawn O. Pearce2010-10-112-621/+0
* Use HistogramDiff by default in DiffFormatterShawn O. Pearce2010-10-111-2/+2
* Define LowLevelDiffAlgorithm to bypass re-hashingShawn O. Pearce2010-10-103-29/+125
* Fix empty block corner case in PatienceDiffShawn O. Pearce2010-10-101-0/+2
* Fix infinite loop in PatienceDiffShawn O. Pearce2010-10-101-7/+8
* Implement HistogramDiffShawn O. Pearce2010-09-242-0/+523
* Micro-optimize EditList.addAllShawn O. Pearce2010-09-241-0/+6
* Reduce content hash function collisionsShawn O. Pearce2010-09-233-46/+45
* Perform common start/end elimination by default for DiffAlgorithmShawn O. Pearce2010-09-214-100/+122
* Remove unnecessary hash cache from PatienceDiffIndexShawn O. Pearce2010-09-211-40/+15
* Implement Bram Cohen's Patience DiffShawn O. Pearce2010-09-203-0/+694
* Move cached element hash codes to HashedSequenceShawn O. Pearce2010-09-207-49/+306
* Micro-optimize reduceCommonStartEnd for RawTextShawn O. Pearce2010-09-201-0/+61