aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix diff for added and removed submoduleHugo Arès2016-02-041-0/+3
* | Fix MissingObjectException in RenameDetectorRüdiger Herrmann2015-11-121-1/+5
* | [performance] Remove synthetic access$ methods in dfs, diff and mergeAndrey Loskutov2015-10-282-3/+3
|/
* Fix compiler warnings in DiffFormatter.writeGitLinkTextDavid Pursehouse2015-09-301-3/+2
* Show submodule difference as a hunkJacob Keller2015-09-241-19/+14
* Merge changes I7b6d7be4,I63a74651,I39c2ea6bShawn Pearce2015-05-281-0/+1
|\
| * Silence unused object warning in MyersDiffMatthias Sohn2015-05-261-0/+1
* | Enable public access to SimilarityIndex scoring functionDavid Pletcher2015-05-261-4/+48
|/
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-8/+0
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-1/+1
* Fix resource leak in DiffFormatterMatthias Sohn2015-04-031-5/+6
* Make MyersDiff interruptibleHugo Arès2015-03-171-0/+4
* Implement AutoClosable interface on classes that used release()Matthias Sohn2015-02-091-3/+16
* Merge "Fix integer overflow in DiffFormatter when context is set to large int"Shawn Pearce2015-01-271-4/+4
|\
| * Fix integer overflow in DiffFormatter when context is set to large intIlmars Poikans2014-12-011-4/+4
* | 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