- Fix
gerrit setup [project]
invocation not naming git remotes according to the argument.
- Improve output of
gerrit clone
command to show progress
- Relax
parallel
gem constraint from 1.6.x to 1.6+ - Enhance
gerrit clone
to also install Gerrit Change ID commit-msg hook so Gerrit change IDs are generated for your commits
- Fix Ruby version constraint to >= 2.1 (since this gem uses required keyword arguments, introduced in that version)
- Add
post_setup
configuration option allowing you to define a command to run aftergerrit clone
orgerrit setup
to initialize a repository - Don't dump stack trace when Gerrit server returns an error
- Treat
-h
/--help
flags the same ashelp
command - Treat
-v
/--version
flags the same asversion
command
- Fix confirmation for the number of reviewers to not push when user said "n"
- Add option to specify the minimum number of reviewers before asking to confirm
- Fix pushing of drafts
- Display all available commands in
help
command
- Add
submit
command - Add
clone
command