aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Config.java
Commit message (Expand)AuthorAgeFilesLines
* pgm: Handle exceptions in Config commandMatthias Sohn2019-01-201-6/+9
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-1/+1
* Suppport the GIT_CONFIG_NOSYSTEM environment variableRobin Rosenberg2014-01-061-1/+5
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-5/+5
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-3/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-2/+2
* Add config --list command to pgmTomasz Zarna2012-05-231-0/+121