| Commit message (Expand) | Author | Age | Files | Lines |
* | pgm: Fix missing braces in Push.run() | Matthias Sohn | 2019-01-21 | 1 | -2/+4 |
* | pgm: Handle exceptions in Push command | Matthias Sohn | 2019-01-21 | 1 | -1/+4 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -3/+3 |
* | Fix javadoc in org.eclipse.jgit.pgm | Matthias Sohn | 2017-12-18 | 1 | -0/+1 |
* | Remove final modifier on args4j option or argument fields | Matthias Sohn | 2017-09-05 | 1 | -1/+1 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 1 | -1/+1 |
* | push: Do not use push options unless requested | Stefan Beller | 2016-08-24 | 1 | -1/+3 |
* | Push implementation of option strings | Dan Wang | 2016-07-22 | 1 | -0/+4 |
* | Add $NON-NLS to suppress "Non-externalized string literal" warnings | David Pursehouse | 2016-01-19 | 1 | -10/+10 |
* | Support atomic push in JGit client | Shawn Pearce | 2015-12-02 | 1 | -0/+4 |
* | pgm: Create instances of Git in try-with-resource | David Pursehouse | 2015-10-01 | 1 | -18/+19 |
* | Replace deprecated release() methods by close() | Matthias Sohn | 2015-05-21 | 1 | -4/+1 |
* | [pgm] Prevent commands from writing progress to System.err | RĂ¼diger Herrmann | 2015-01-13 | 1 | -1/+1 |
* | Add an input stream and an error stream to TextBuiltin base class | Guillaume Nodet | 2014-03-30 | 1 | -1/+1 |
* | Move org.eclipse.jgit.pgm's resource bundle to internal package | Matthias Sohn | 2013-05-06 | 1 | -0/+1 |
* | Declare essentially static methods as static | Robin Rosenberg | 2012-12-27 | 1 | -1/+1 |
* | Mark non-externalizable strings as such | Robin Rosenberg | 2012-12-27 | 1 | -5/+5 |
* | Remove uses of TextBuiltin.out in favor of outw | Robin Rosenberg | 2012-09-23 | 1 | -1/+1 |
* | Suppress boxing warnings where we know they are ok | Robin Rosenberg | 2012-09-22 | 1 | -1/+3 |
* | Check for write errors in standard out and exit with error | Robin Rosenberg | 2012-09-16 | 1 | -10/+12 |
* | cleanup: Get rid of some unused-warnings | Robin Rosenberg | 2012-03-09 | 1 | -1/+1 |
* | PushCommand: Add utilities for --all, --tags | Shawn O. Pearce | 2011-03-15 | 1 | -6/+6 |
* | Update Push to use latest API | Chris Aniszczyk | 2010-10-10 | 1 | -31/+17 |
* | Fully implement SHA-1 abbreviations | Shawn O. Pearce | 2010-08-23 | 1 | -14/+31 |
* | Externalize strings from JGit | Sasa Zivkov | 2010-05-19 | 1 | -12/+14 |
* | Capture non-progress side band #2 messages and put in result | Shawn O. Pearce | 2010-03-12 | 1 | -0/+1 |
* | Replace a hard-coded default remote's name with a constant | Mykola Nikishov | 2009-11-29 | 1 | -1/+1 |
* | Initial JGit contribution to eclipse.org | Git Development Community | 2009-09-29 | 1 | -0/+256 |