aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/DiffCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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