aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DiffCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-1/+1
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-0/+19
* Add options for setting context lines and prefixes to DiffCommandTomasz Zarna2012-01-091-0/+44
* DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-6/+104
* Add DiffCommand to JGit APITomasz Zarna2011-08-161-0/+97