aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Diff.java
Commit message (Expand)AuthorAgeFilesLines
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+2
* Fix compilation errors with args4j 2.0.23 and laterRobin Stocker2017-08-301-1/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-5/+2
* [pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann2015-01-131-1/+1
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* diff, log -p: do not use outs before it is initializedJonathan Nieder2012-11-141-2/+8
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-2/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-5/+7
* ProgressMonitor: Refactor to use background alarmsShawn O. Pearce2011-02-281-1/+4
* Make diff algorithm configurableChristian Halstrick2010-11-261-13/+2
* Fixed help of Diff and ShowCommands commandsChristian Halstrick2010-11-081-1/+1
* Add option to select diff algorithm for diff commandChristian Halstrick2010-10-261-0/+18
* Refactor diff sequence APIShawn O. Pearce2010-09-061-8/+5
* diff: Default arguments to HEAD, working directoryShawn O. Pearce2010-09-021-4/+36
* log, diff: Add --src-prefix, --dst-prefix, --no-prefixShawn O. Pearce2010-09-021-0/+16
* Move rename detection, path following into DiffFormatterShawn O. Pearce2010-09-021-36/+27
* diff: Fix bad metaVar reference in --abbrev optionShawn O. Pearce2010-09-011-1/+1
* Rename getOldName,getNewName to getOldPath,getNewPathShawn O. Pearce2010-08-041-5/+5
* log: Add whitespace ignore optionsShawn O. Pearce2010-07-031-25/+40
* Redo DiffFormatter API to be easier to useShawn O. Pearce2010-07-031-4/+5
* log, diff: Add rename detection supportShawn O. Pearce2010-07-031-68/+80
* Added check for binary files while diffingJeff Schumacher2010-06-291-6/+17
* Added further support for whitespace ignoring during diffJeff Schumacher2010-06-281-2/+28
* Externalize strings from JGitSasa Zivkov2010-05-191-4/+4
* Fix some warnings regarding unnecessary imports and accessing static methodsChristian Halstrick2009-10-071-13/+4
* Add the "jgit diff" commandJohannes Schindelin2009-10-061-0/+140