aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-10/+10
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-155-23/+23
* Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys2018-05-141-14/+15
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-121-2/+19
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-8/+2
* Fix DiffFormatter for diffs against working tree with autocrlf=trueThomas Wolf2018-03-072-3/+4
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-033-1/+39
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-1822-160/+333
* Revert "Throw BinaryBlobException from RawParseUtils#lineMap."Han-Wen NIenhuys2017-10-241-25/+2
* Fix typo in commentHan-Wen Nienhuys2017-10-241-1/+1
* Throw BinaryBlobException from RawParseUtils#lineMap.Han-Wen Nienhuys2017-10-241-2/+25
* Introduce RawText#load.Han-Wen Nienhuys2017-10-242-53/+103
* Cleanup: Remove redundant type argumentsMatthias Sohn2017-08-301-1/+1
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-6/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* RenameDetector: Clarify rename limits <= 0Dave Borowitz2017-05-241-1/+3
* Fix @since tags of new API added after 4.7.0Matthias Sohn2017-04-061-3/+4
* Make diff locations more consistentKB Sriram2017-04-032-17/+116
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-208-27/+27
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-195-0/+16
* [infer] Fix potential NPE in DiffFormatterMatthias Sohn2017-01-231-1/+1
* DiffFormatter: Support setting a reader without a repoDave Borowitz2016-08-031-23/+40
* Merge branch 'stable-4.1' into stable-4.2Matthias Sohn2016-02-101-0/+3
|\
| * 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