aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffEntry.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Add missing javadoc summaryMatthias Sohn2023-09-251-0/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-0/+25
* Fix javadoc org.eclipse.jgit diff packageMatthias Sohn2017-12-181-14/+31
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-2/+2
* Apply tree filter marks when pairing DiffEntry for renamesRobin Stocker2013-05-241-0/+2
* Enable marking entries using TreeFilters in DiffEntryRobin Stocker2013-01-231-2/+91
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+2
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Report diff entries for files that only change modeKevin Sawicki2011-12-141-0/+3
* Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza2011-08-171-1/+37
* Support creating the working directory differenceShawn O. Pearce2010-09-021-0/+42
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-31/+31
* Break dissimilar file pairs during diffJeff Schumacher2010-07-271-1/+11
* Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-161-0/+27
* Create FileHeader from DiffEntryJeff Schumacher2010-07-081-0/+7
* Implement similarity based rename detectionShawn O. Pearce2010-07-031-1/+138
* Refactored code out of FileHeader to facilitate rename detectionJeff Schumacher2010-06-301-0/+174