aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-1612-23/+0
* [pgm] Fetch-CLI: add support for shallowHarald Weiner2023-01-242-0/+62
* Fix typo in javadoc of PathTreeFilterHandlerMatthias Sohn2021-06-281-1/+1
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-273-3/+9
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0410-380/+50
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-3/+3
* Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-1/+1
* Join catch sections using multicatchCarsten Hammer2019-04-133-12/+3
* Add signing options to commit CLIMedha Bhargav Prabhala2019-01-161-0/+114
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-12/+12
* PathTreeFilterHandler: Remove unused importDavid Pursehouse2017-12-181-1/+0
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-1810-16/+74
* Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-066-31/+40
* UntrackedFilesHandler: Fix non-localized stringDavid Pursehouse2017-09-061-2/+5
* Update args4j to 2.33Matthias Sohn2017-08-301-27/+10
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-251-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-202-2/+2
* Organize importsDavid Pursehouse2016-11-147-29/+29
* Merge branch 'stable-4.2'David Pursehouse2016-01-205-21/+26
|\
| * Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-195-21/+26
* | branch command: print help if requested, even if arguments are wrongAndrey Loskutov2016-01-061-2/+27
* | branch command: provide convenient and meaningful options helpAndrey Loskutov2016-01-022-0/+53
* | Sort "eager" path-like options to the end of the helpAndrey Loskutov2015-12-291-0/+36
* | Don't treat command termination due '-h' option as a fatal errorAndrey Loskutov2015-12-291-10/+87
|/
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-4/+1
* CLI status should support --untracked-filesKaloyan Raev2015-03-121-0/+114
* Tag som non-localizable strings with NON-NLSRobin Rosenberg2014-01-101-1/+1
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-068-8/+8
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-272-4/+4
* Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-265-35/+20
* The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-235-20/+35
* RFC: Ugly fix for i18n of metaVar CLI argumentsRobin Rosenberg2011-06-201-0/+36
* Clarify WorkingTreeOptions and filemode usageShawn O. Pearce2010-12-081-1/+4
* Perform automatic CRLF to LF conversion during WorkingTreeIteratorMarc Strapetz2010-08-201-1/+2
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+1
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-281-1/+1
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-2/+2
* Repository can be configured with FSMarc Strapetz2010-06-041-1/+2
* Externalize strings from JGitSasa Zivkov2010-05-198-28/+37
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-298-0/+973