aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* Fix RawText.getLineDelimiter() for empty first lineFrank Wagner2015-01-171-1/+1
* Rename detection should canonicalize line endingsMarc Strapetz2015-01-021-22/+42
* Hide warnings about field hiding in the MyersDiff codeRobin Rosenberg2014-09-041-0/+1
* Merge "HistogramDiff: Convert stack recursion to heap managed queue"Robin Rosenberg2014-08-021-6/+14
|\
| * HistogramDiff: Convert stack recursion to heap managed queueShawn Pearce2014-07-251-6/+14
* | Fix Javadoc errors with Java 8Robin Stocker2014-08-021-8/+7
|/
* Handle diff formatting when there is nothing to compare withRobin Rosenberg2014-07-061-17/+43
* diff: Optimize single line editsShawn Pearce2014-04-182-1/+7
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-293-15/+25
* Fix diff header on renamed or copied filesShawn Pearce2014-02-181-16/+11
* Remove dead isBinary method from DiffFormatterShawn Pearce2014-02-171-7/+0
* Add missing static qualifier in DiffFormatterShawn Pearce2014-02-171-2/+2
* Apply tree filter marks when pairing DiffEntry for renamesRobin Stocker2013-05-241-0/+2
* Fix DiffFormatter NPEs for DiffEntry without content changeRobin Stocker2013-05-151-1/+6
* Add missing @since tagsMatthias Sohn2013-05-061-0/+1
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-052-8/+19
* Create constants in ConfigConstants for the "diff" sectionRobin Rosenberg2013-04-191-8/+16
* Extract method to output the first header line of a git diffTobias Pfeifer2013-01-301-6/+27
* Enable marking entries using TreeFilters in DiffEntryRobin Stocker2013-01-231-2/+91
* Make jgit diff obey core.autocrlfRobin Rosenberg2012-12-271-57/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-277-43/+45
* Add Javadoc description for packagesRobin Stocker2012-10-311-0/+4
* Fix Javadoc formatting of org.eclipse.jgit.diff packageRobin Stocker2012-10-1712-61/+65
* 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