aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffEntry.java
Commit message (Expand)AuthorAgeFilesLines
* 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