aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/opt/RevCommitHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-2/+0
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+3
* 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-4/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-1/+7
* Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-061-9/+12
* Organize importsDavid Pursehouse2016-11-141-6/+6
* Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-191-7/+9
* Move org.eclipse.jgit.pgm's resource bundle to internal packageMatthias Sohn2013-05-061-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-2/+2
* Revert "The constructor CmdLineException(String) is deprecated"Shawn O. Pearce2012-09-261-11/+6
* The constructor CmdLineException(String) is deprecatedTomasz Zarna2012-09-231-6/+11
* Externalize strings from JGitSasa Zivkov2010-05-191-8/+9
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+146