aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/Main.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Join catch sections using multicatchCarsten Hammer2019-04-131-15/+5
* Use String.isEmpty() instead of comparing to ""Carsten Hammer2019-04-111-1/+1
* Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-111-1/+1
* Revert "Configure WindowCache settings to use in JGit CLI"Matthias Sohn2018-10-051-10/+0
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Configure WindowCache settings to use in JGit CLIMatthias Sohn2018-04-131-0/+10
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* LFS: Enable LFS support for the CLI, better error handlingMarkus Duft2018-03-031-0/+3
* LFS: support merge/rebase/cherry-pick/diff/compare with LFS filesMarkus Duft2018-03-031-4/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-5/+7
* Main: Replace deprecated ExampleMode with OptionHandlerFilterDavid Pursehouse2017-09-061-2/+3
* Use a dedicated executor to run auto-gc in command line interfaceMatthias Sohn2017-06-111-0/+19
* [findBugs] Use UTF-8 when writing to the error stream in jgit pgmMatthias Sohn2017-05-151-1/+4
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-1/+3
* Main: Add missing $NON-NLS tagDavid Pursehouse2016-10-181-1/+1
* Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-141-5/+16
* Add built-in LFS smudge filter for local caseChristian Halstrick2016-09-201-0/+2
* Add built-in LFS clean filterChristian Halstrick2016-09-201-0/+2
* Make sure CLIGitCommand and Main produce (almost) same resultsAndrey Loskutov2016-01-061-35/+76
* Added CLIText.fatalError(String) API for testsAndrey Loskutov2016-01-061-4/+4
* Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-291-1/+16
* Fix push with jgit pgm failing with "unauthorized"Matthias Sohn2015-12-151-0/+3
* Fix non-externalized string warning in Main.execute()Matthias Sohn2015-07-241-1/+1
* Honor also https_proxy environment variableChristian Halstrick2015-07-241-25/+31
* Restore AwtCredentialsProvider to enable debugging pgm in EclipseMatthias Sohn2015-04-221-4/+46
* Move console classes to pgm bundleMatthias Sohn2015-02-101-46/+4
* Rename local variables/parameters to remove warnings about hidingRobin Rosenberg2014-09-041-3/+3
* pgm: Flush stderr during shutdownShawn Pearce2014-04-211-0/+2
* Avoid calls to System.exit() and throw an exception insteadGuillaume Nodet2014-04-021-0/+2
* Add support for --version in JGit CLIKaloyan Raev2013-10-091-1/+9
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-0/+1
* pgm: Attempt to detect a broken pipe and exit silentlyRobin Rosenberg2013-01-071-0/+12
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-12/+12
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-2/+11
* pgm: Make --git-dir a stringShawn O. Pearce2011-02-151-1/+1
* Implement command line support for CredentialsProviderShawn O. Pearce2010-11-101-3/+3
* Allow pgm Main to be extendedShawn O. Pearce2010-10-161-21/+51
* amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-3/+3
* Refactor repository construction to builder classShawn O. Pearce2010-06-251-68/+8
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-251-2/+2
* Externalize strings from JGitSasa Zivkov2010-05-191-30/+35
* pgm: Report not in git repository rather than NPEShawn O. Pearce2010-03-111-1/+2
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-1/+1