aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Push.java
Commit message (Expand)AuthorAgeFilesLines
* pgm: Fix missing braces in Push.run()Matthias Sohn2019-01-211-2/+4
* pgm: Handle exceptions in Push commandMatthias Sohn2019-01-211-1/+4
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Remove final modifier on args4j option or argument fieldsMatthias Sohn2017-09-051-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* push: Do not use push options unless requestedStefan Beller2016-08-241-1/+3
* Push implementation of option stringsDan Wang2016-07-221-0/+4
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-10/+10
* Support atomic push in JGit clientShawn Pearce2015-12-021-0/+4
* pgm: Create instances of Git in try-with-resourceDavid Pursehouse2015-10-011-18/+19
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* [pgm] Prevent commands from writing progress to System.errRĂ¼diger Herrmann2015-01-131-1/+1
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-301-1/+1
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* Declare essentially static methods as staticRobin Rosenberg2012-12-271-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-5/+5
* Remove uses of TextBuiltin.out in favor of outwRobin Rosenberg2012-09-231-1/+1
* Suppress boxing warnings where we know they are okRobin Rosenberg2012-09-221-1/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-10/+12
* cleanup: Get rid of some unused-warningsRobin Rosenberg2012-03-091-1/+1
* PushCommand: Add utilities for --all, --tagsShawn O. Pearce2011-03-151-6/+6
* Update Push to use latest APIChris Aniszczyk2010-10-101-31/+17
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-14/+31
* Externalize strings from JGitSasa Zivkov2010-05-191-12/+14
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-0/+1
* Replace a hard-coded default remote's name with a constantMykola Nikishov2009-11-291-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+256