aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/TextBuiltin.java
Commit message (Expand)AuthorAgeFilesLines
* pgm: propagate generic exceptions when throwing Die exceptionMatthias Sohn2019-01-161-1/+1
* Apache MINA sshd client: proxy supportThomas Wolf2018-11-171-1/+2
* Add --ssh option to command-line commandsThomas Wolf2018-11-141-0/+21
* TextBuiltin#init: Factor out a method to get the log output encodingDavid Pursehouse2018-09-301-11/+22
* ConfigConstants: Add constants for i18n.logOutputEncodingDavid Pursehouse2018-09-301-2/+5
* TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not setDavid Pursehouse2018-09-301-25/+25
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-8/+8
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-8/+36
* Added API to TextBuiltin for piped usage.Ned Twigg2017-09-211-0/+33
* branch command: print help if requested, even if arguments are wrongAndrey Loskutov2016-01-061-2/+10
* Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-061-1/+1
* Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-291-5/+53
* Provide a root cause for aborted commandsAndrey Loskutov2015-12-291-1/+14
* Delete deprecated TextBuiltin.outMatthias Sohn2015-06-031-10/+0
* Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet2014-04-021-2/+12
* Add an input stream and an error stream to TextBuiltin base classGuillaume Nodet2014-03-301-21/+57
* Add missing @Deprecated to deprecated fields and methodsShawn Pearce2014-03-031-0/+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-4/+3
* Add missing @since tags to mark API added in 2.2Matthias Sohn2012-11-161-2/+10
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-4/+22
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-11/+20
* Externalize strings from JGitSasa Zivkov2010-05-191-12/+24
* Move AmazonS3 command line utility to jgit-pgmShawn O. Pearce2009-10-051-0/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+241