| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle diff formatting when there is nothing to compare with | Robin Rosenberg | 2014-07-06 | 1 | -0/+78 |
* | Eliminate warning about overlapping variable names | Robin Rosenberg | 2014-07-04 | 1 | -5/+5 |
* | [findBugs] Don't ignore exceptional return value of File.mkdir() | Matthias Sohn | 2014-02-18 | 1 | -1/+2 |
* | [findBugs] Don't rely on default encoding | Matthias Sohn | 2014-02-18 | 1 | -1/+1 |
* | [findBugs] Don't call toString() on a string | Matthias Sohn | 2014-02-18 | 1 | -1/+1 |
* | Fix diff header on renamed or copied files | Shawn Pearce | 2014-02-18 | 1 | -0/+23 |
* | Fix DiffFormatter NPEs for DiffEntry without content change | Robin Stocker | 2013-05-15 | 1 | -1/+30 |
* | Move base test classes to the junit bundle for reuse for Java 7 tests | Robin Rosenberg | 2013-02-04 | 4 | -4/+4 |
* | Enable marking entries using TreeFilters in DiffEntry | Robin Stocker | 2013-01-23 | 1 | -1/+69 |
* | Declare essentially static methods as static | Robin Rosenberg | 2012-12-27 | 1 | -2/+3 |
* | Add type argumente to some raw reclaration | Robin Rosenberg | 2012-12-27 | 2 | -4/+6 |
* | cleanup: Prefer assertEquals over assertTrue(....equals(...)) | Robin Rosenberg | 2012-09-03 | 2 | -11/+11 |
* | Allow to get end-of-line characters for a RawText | Tomasz Zarna | 2012-03-02 | 1 | -0/+41 |
* | Make sure all bytes are written to files on close, or get an error. | Robin Rosenberg | 2012-01-15 | 1 | -2/+2 |
* | Report diff entries for files that only change mode | Kevin Sawicki | 2011-12-14 | 1 | -0/+42 |
* | Adds DiffEntry.scan(TreeWalk, boolean) method | Dariusz Luksza | 2011-08-17 | 1 | -0/+298 |
* | Add a DiffFormatter which calculates a patch-id | Stefan Lay | 2011-05-24 | 1 | -0/+120 |
* | Fix diff bug on inserted line | Shawn O. Pearce | 2011-05-16 | 1 | -1/+9 |
* | Fix diff when first text is the start of the other | Robin Rosenberg | 2011-05-15 | 2 | -0/+66 |
* | Convert all JGit unit tests to JUnit 4 | Robin Rosenberg | 2010-12-31 | 13 | -30/+192 |
* | SimilarityIndex: Accept files larger than 8 MB | Shawn O. Pearce | 2010-11-12 | 1 | -9/+13 |
* | Fix ugly diff showing insertion of new method | Shawn O. Pearce | 2010-11-01 | 1 | -0/+7 |
* | Delete DiffPerformanceTest | Shawn O. Pearce | 2010-11-01 | 4 | -352/+6 |
* | Fix broken HistogramDiff | Shawn O. Pearce | 2010-11-01 | 1 | -0/+8 |
* | Remove dead RawText(RawTextComparator) constructor | Shawn O. Pearce | 2010-10-13 | 4 | -16/+16 |
* | Fix RawTextComparator reduceCommonStartEnd at empty lines | Shawn O. Pearce | 2010-10-13 | 1 | -0/+19 |
* | Correct spelling of tests in HistogramDiffTest | Shawn O. Pearce | 2010-10-13 | 1 | -2/+2 |
* | Delete PatienceDiff | Shawn O. Pearce | 2010-10-11 | 1 | -77/+0 |
* | Implement HistogramDiff | Shawn O. Pearce | 2010-09-24 | 1 | -0/+154 |
* | Reuse DiffPerformanceTest support code to validate algorithms | Shawn O. Pearce | 2010-09-24 | 3 | -28/+18 |
* | Fix PatienceDiffTest | Shawn O. Pearce | 2010-09-23 | 1 | -1/+4 |
* | Define an abstract DiffAlgorithm test framework | Shawn O. Pearce | 2010-09-21 | 3 | -210/+199 |
* | Implement Bram Cohen's Patience Diff | Shawn O. Pearce | 2010-09-20 | 1 | -0/+231 |
* | Micro-optimize reduceCommonStartEnd for RawText | Shawn O. Pearce | 2010-09-20 | 1 | -0/+48 |
* | Define DiffAlgorithm as an abstract function | Shawn O. Pearce | 2010-09-10 | 2 | -5/+5 |
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 7 | -101/+126 |
* | Add helper methods to Edit | Shawn O. Pearce | 2010-09-03 | 1 | -1/+24 |
* | Move rename detection, path following into DiffFormatter | Shawn O. Pearce | 2010-09-02 | 1 | -5/+12 |
* | Correct diff header formatting | Shawn O. Pearce | 2010-09-01 | 1 | -0/+70 |
* | Wait for JIT optimization before measuring diff performance | Matthias Sohn | 2010-08-30 | 1 | -4/+12 |
* | Fully implement SHA-1 abbreviations | Shawn O. Pearce | 2010-08-23 | 1 | -5/+5 |
* | Merge branch 'rename-bug' | Shawn O. Pearce | 2010-08-06 | 1 | -1/+4 |
|\ |
|
| * | Fix ArrayIndexOutOfBounds on non-square exact rename matrix | Shawn O. Pearce | 2010-08-06 | 1 | -1/+4 |
* | | Rename getOldName,getNewName to getOldPath,getNewPath | Shawn O. Pearce | 2010-08-04 | 1 | -8/+8 |
* | | Merge branch 'js/diff' | Shawn O. Pearce | 2010-08-04 | 1 | -0/+15 |
|\| |
|
| * | Fixed bug in scoring mechanism for rename detection | Jeff Schumacher | 2010-08-04 | 1 | -0/+15 |
* | | Break dissimilar file pairs during diff | Jeff Schumacher | 2010-07-27 | 1 | -0/+121 |
* | | Fix Javadoc warnings | Robin Stocker | 2010-07-27 | 1 | -1/+1 |
* | | Merge branch 'delta' | Shawn O. Pearce | 2010-07-22 | 1 | -1/+15 |
|\ \
| |/
|/| |
|
* | | Fix NPE in RenameDetector | Shawn O. Pearce | 2010-07-20 | 1 | -0/+19 |