| Commit message (Expand) | Author | Age | Files | Lines |
* | [errorprone] Fix BadImport | Matthias Sohn | 2023-09-25 | 1 | -5/+6 |
* | Fix all Javadoc warnings and fail on them | Antoine Musso | 2023-06-16 | 1 | -2/+0 |
* | [pgm] Add options --name-only, --name-status to diff, log, show | alerthak | 2022-11-23 | 1 | -1/+46 |
* | Update EDL 1.0 license headers to new short SPDX compliant format | Matthias Sohn | 2020-01-04 | 1 | -38/+5 |
* | diff: Add "--staged" as alias to "--cached" | Andre Bossert | 2019-03-25 | 1 | -1/+1 |
* | diff: add option metaVar for --src-prefix and --dst-prefix | Andre Bossert | 2019-03-04 | 1 | -2/+2 |
* | pgm: Fix missing braces in Diff.run() | Matthias Sohn | 2019-01-20 | 1 | -4/+6 |
* | pgm: Handle exceptions in Diff command | Matthias Sohn | 2019-01-20 | 1 | -1/+4 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 1 | -1/+1 |
* | Fix javadoc in org.eclipse.jgit.pgm | Matthias Sohn | 2017-12-18 | 1 | -0/+2 |
* | Fix compilation errors with args4j 2.0.23 and later | Robin Stocker | 2017-08-30 | 1 | -1/+1 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 1 | -5/+2 |
* | [pgm] Prevent commands from writing progress to System.err | RĂ¼diger Herrmann | 2015-01-13 | 1 | -1/+1 |
* | Move org.eclipse.jgit.pgm's resource bundle to internal package | Matthias Sohn | 2013-05-06 | 1 | -0/+1 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 1 | -8/+8 |
* | diff, log -p: do not use outs before it is initialized | Jonathan Nieder | 2012-11-14 | 1 | -2/+8 |
* | Suppress boxing warnings where we know they are ok | Robin Rosenberg | 2012-09-22 | 1 | -2/+3 |
* | Check for write errors in standard out and exit with error | Robin Rosenberg | 2012-09-16 | 1 | -5/+7 |
* | ProgressMonitor: Refactor to use background alarms | Shawn O. Pearce | 2011-02-28 | 1 | -1/+4 |
* | Make diff algorithm configurable | Christian Halstrick | 2010-11-26 | 1 | -13/+2 |
* | Fixed help of Diff and ShowCommands commands | Christian Halstrick | 2010-11-08 | 1 | -1/+1 |
* | Add option to select diff algorithm for diff command | Christian Halstrick | 2010-10-26 | 1 | -0/+18 |
* | Refactor diff sequence API | Shawn O. Pearce | 2010-09-06 | 1 | -8/+5 |
* | diff: Default arguments to HEAD, working directory | Shawn O. Pearce | 2010-09-02 | 1 | -4/+36 |
* | log, diff: Add --src-prefix, --dst-prefix, --no-prefix | Shawn O. Pearce | 2010-09-02 | 1 | -0/+16 |
* | Move rename detection, path following into DiffFormatter | Shawn O. Pearce | 2010-09-02 | 1 | -36/+27 |
* | diff: Fix bad metaVar reference in --abbrev option | Shawn O. Pearce | 2010-09-01 | 1 | -1/+1 |
* | Rename getOldName,getNewName to getOldPath,getNewPath | Shawn O. Pearce | 2010-08-04 | 1 | -5/+5 |
* | log: Add whitespace ignore options | Shawn O. Pearce | 2010-07-03 | 1 | -25/+40 |
* | Redo DiffFormatter API to be easier to use | Shawn O. Pearce | 2010-07-03 | 1 | -4/+5 |
* | log, diff: Add rename detection support | Shawn O. Pearce | 2010-07-03 | 1 | -68/+80 |
* | Added check for binary files while diffing | Jeff Schumacher | 2010-06-29 | 1 | -6/+17 |
* | Added further support for whitespace ignoring during diff | Jeff Schumacher | 2010-06-28 | 1 | -2/+28 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 1 | -4/+4 |
* | Fix some warnings regarding unnecessary imports and accessing static methods | Christian Halstrick | 2009-10-07 | 1 | -13/+4 |
* | Add the "jgit diff" command | Johannes Schindelin | 2009-10-06 | 1 | -0/+140 |