aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'delta'Shawn O. Pearce2010-07-224-20/+116
|\
* | Fix NPE in RenameDetectorShawn O. Pearce2010-07-201-1/+3
* | Implemented file path based tie breaking to exact rename detectionJeff Schumacher2010-07-163-47/+199
* | Added very small optimization to exact rename detectionJeff Schumacher2010-07-121-1/+3
* | Fixed Misleading JavadocJeff Schumacher2010-07-121-1/+3
* | Added file path similarity to scoring metric in rename detectionJeff Schumacher2010-07-122-4/+58
* | Fixed potential div by zero bugJeff Schumacher2010-07-121-0/+2
* | Added file size based rename detection optimizationJeff Schumacher2010-07-121-0/+32
* | Create FileHeader from DiffEntryJeff Schumacher2010-07-082-57/+132
* | Cache the diff configuration sectionShawn O. Pearce2010-07-032-3/+70
* | log: Add whitespace ignore optionsShawn O. Pearce2010-07-036-28/+88
* | Format submodule links during differencesShawn O. Pearce2010-07-031-8/+20
* | Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-86/+129
* | log, diff: Add rename detection supportShawn O. Pearce2010-07-031-0/+160
* | Implement similarity based rename detectionShawn O. Pearce2010-07-034-131/+1008
* | Added a preliminary version of rename detectionJeff Schumacher2010-07-011-0/+258
* | Refactored code out of FileHeader to facilitate rename detectionJeff Schumacher2010-06-301-0/+174
* | Added check for binary files while diffingJeff Schumacher2010-06-291-0/+21
* | Added further support for whitespace ignoring during diffJeff Schumacher2010-06-283-0/+330
* | Added support for whitespace ignoringJeff Schumacher2010-06-281-0/+120
|/
* Extend DiffFormatter API to simplify stylingRobin Rosenberg2010-06-121-12/+90
* Externalize strings from JGitSasa Zivkov2010-05-192-6/+10
* Ensure RawText closes the FileInputStream when read is completeShawn O. Pearce2010-02-031-14/+2
* Merge branch 'cq-diff'Shawn O. Pearce2010-01-063-1/+571
|\
| * Add javadoc comments, remove unused code, shift comments to correct placeChristian Halstrick2009-10-093-25/+97
| * Fixed MyersDiff to be able to handle more than 100kChristian Halstrick2009-10-091-16/+19
| * Add the "jgit diff" commandJohannes Schindelin2009-10-061-1/+1
| * Prepare RawText for diff-index and diff-filesJohannes Schindelin2009-10-061-1/+27
| * Add Myers' algorithm to generate diff scriptsJohannes Schindelin2009-10-061-0/+469
* | Remove trailing whitespace at end of lineAlex Blewitt2009-10-312-2/+2
|/
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-295-0/+788