summaryrefslogtreecommitdiffstats
path: root/gerrit-util-cli
Commit message (Expand)AuthorAgeFilesLines
* CmdLineParser: Remove unused prefix argumentDavid Ostrovsky2017-09-011-4/+3
* CmdLineParser: Fix raw type warningDavid Pursehouse2017-08-301-1/+1
* Add @Options annotationZac Livingston2017-08-282-1/+69
* Remove 'final' from method signatures across gerrit.Han-Wen Nienhuys2017-06-142-7/+7
* Fix compiler warnings introduced in recent commitsDavid Ostrovsky2017-04-061-1/+11
* Allow plugins to register options for both ssh and restapi commandsZac Livingston2017-04-051-0/+81
* Format all Java files with google-java-formatDave Borowitz2017-02-075-57/+44
* Remove Buck based buildDavid Ostrovsky2017-01-231-13/+0
* Avoid Multimap implementation create methodsDave Borowitz2017-01-181-2/+3
* Prefer subtypes of MultimapDave Borowitz2017-01-181-4/+4
* Bazel: Reformat build filesDavid Ostrovsky2016-12-071-11/+11
* Implement Bazel buildDavid Ostrovsky2016-06-141-0/+13
* Use native constructors instead of Guava to instantiate empty collectionsDavid Pursehouse2016-05-041-3/+3
* Add missing braces around if- for- and while-statementsDavid Pursehouse2015-03-191-1/+2
* Turn on many more Eclipse warnings, and fix themDave Borowitz2014-10-291-6/+6
* Revert "Use javax.inject.Inject instead of com.google.inject.Inject"Saša Živkov2014-09-302-4/+2
* Use javax.inject.Inject instead of com.google.inject.InjectDave Borowitz2014-09-292-2/+4
* Organize ALL the importsDave Borowitz2014-08-201-1/+1
* ReceiveCommits: Add support for approvalsDavid Ostrovsky2014-05-081-1/+4
* Apply "type inference for generic instance creation" Java 7 featureDavid Ostrovsky2014-04-261-1/+1
* Save GWT compile time by avoiding javacShawn Pearce2013-11-301-0/+1
* Remove unused .gitignoreShawn Pearce2013-11-281-6/+0
* Delete eclipse left-over files from the Maven poop eraDavid Ostrovsky2013-11-284-337/+0
* Remove unnecessary local variablesalex.ryazantsev2013-11-191-3/+2
* Bump args4j version to 2.0.26David Ostrovsky2013-11-151-6/+24
* Remove jsr305 libraryShawn Pearce2013-09-261-1/+0
* Add our own Nullable implementationSasa Zivkov2013-09-262-2/+2
* Exclude Guava Maven data and javax sources from Guice JARsShawn Pearce2013-08-061-0/+1
* Make command line option parsing ~6500% fasterShawn Pearce2013-08-052-14/+88
* Delete Maven based buildDavid Ostrovsky2013-05-211-56/+0
* Fix metaVar printing in REST API help usageShawn Pearce2013-05-161-6/+13
* Build with BuckShawn Pearce2013-05-091-0/+11
* Begin 2.8Shawn Pearce2013-05-061-1/+1
* Start 2.7 developmentShawn Pearce2013-03-211-1/+1
* Add options to refs/for/ magic branch syntaxShawn Pearce2013-02-271-17/+36
* Suppress Eclipse warning "annotation should not be used as a superinterface"David Pursehouse2012-12-021-0/+1
* Remove unneeded @SuppressWarningsEdwin Kempin2012-11-171-1/+0
* Implement new /changes/{id}/action style REST APIShawn O. Pearce2012-11-162-16/+25
* Update versions in pom's to start Gerrit 2.6 developmentEdwin Kempin2012-08-221-1/+1
* Add ability to parse arguments with parseOptionMapBrad Larson2012-07-171-1/+11
* Remove timestamp from all org.eclipse.core.resources.prefs files.Sasa Zivkov2012-07-041-1/+0
* Add Intellij IDEA files to ignore listAnatol Pomazau2012-05-031-1/+2
* Update parent version in pom.xml's to 2.5-SNAPSHOTEdwin Kempin2012-05-031-1/+1
* Merge changes I6f8b9302,If538bbc8,I4052ade1,Id07b2b62,I2014a220,I577ae60e,I87...Shawn O. Pearce2012-04-231-1/+62
|\
| * Make ls-projects available on HTTP as GET /projects/Shawn O. Pearce2012-04-211-1/+62
* | Fix several compiler warningEdwin Kempin2012-04-231-1/+0
|/
* Change version in pom.xml to 2.4-SNAPSHOTSasa Zivkov2012-04-181-1/+1
* Support parsing command line options from a mapShawn O. Pearce2012-04-051-0/+71
* Refactor display of --help/-h to be commonShawn O. Pearce2012-04-051-0/+10
* Move parsing of --help/-h to CmdLineParserShawn O. Pearce2012-04-051-3/+90