aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/RevParse.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-1/+0
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* pgm: Handle exceptions in RevParse commandMatthias Sohn2019-01-211-18/+23
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-1/+1
* Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-291-2/+1
* RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-271-3/+1
* Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+2
* Fix javadoc in org.eclipse.jgit.pgmMatthias Sohn2017-12-181-0/+1
* Remove final modifier on args4j argument field in RevParseRĂ¼diger Herrmann2017-11-191-1/+1
* Stop using deprecated CmdLineException constructorsDavid Pursehouse2017-09-061-1/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Organize importsDavid Pursehouse2016-11-141-3/+3
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-2/+4
|\
| * Don't use deprecated constructors of CmdLineExceptionDavid Pursehouse2016-01-191-1/+3
| * RevParse: Remove superfluous semicolonDavid Pursehouse2016-01-141-1/+1
* | Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-1/+7
|/
* git rev-parse: Add --verify optionThomas Meyer2015-11-191-3/+15
* Propagate IOException where possible when getting refs.Colby Ranger2013-10-071-1/+3
* Add missing usage texts for JGit commandline commandsMatthias Sohn2013-09-091-2/+3
* Check for write errors in standard out and exit with errorRobin Rosenberg2012-09-161-2/+2
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+74