aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/api/DiffCommandTest.java
Commit message (Expand)AuthorAgeFilesLines
* Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-2/+2
* DiffCommandTest: Don't call toString on String instancesDavid Pursehouse2016-10-191-5/+5
* DiffCommandTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-251-139/+144
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* 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