aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/DiffCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-13/+17
* DiffCommand: Open DiffFormatter in try-with-resourceDavid Pursehouse2018-03-061-10/+9
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-4/+17
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* Handle null in ProgressMonitor settersJonathan Nieder2015-06-111-1/+4
* Use try-with-resource to close resources in DiffCommandMatthias Sohn2015-04-031-5/+2
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-1/+4
* Make output stream optional in DiffCommandKevin Sawicki2012-05-101-10/+14
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add setter for ProgressMonitor to DiffCommandTomasz Zarna2012-01-091-0/+20
* Add options for setting context lines and prefixes to DiffCommandTomasz Zarna2012-01-091-0/+48
* DiffFormatter#format(List) fails unless #scan(ATI, ATI) is called firstTomasz Zarna2011-12-231-9/+22
* Add DiffCommand to JGit APITomasz Zarna2011-08-161-0/+189