Changes for version 0.007 - 2013-09-29
- Changes
- Remove the --verbose option from 'git gerrit show', as it wasn't adding anything useful.
- Improve the output formating of 'git gerrit show' and 'git gerrit query' using the Text::Table module, if available.
- Change the module dependency information, making it recommend, instead of require, the modules Text::Table and LWP::Simple.
- Improve documentation.
- New features
- Implement the 'git gerrit cherry-pick' command.
- The output of 'git gerrit query' now shows a new column 'RC', containing the most relevant vote for the 'Code-Review' label.
- Fixes
- Fix 'git gerrit submit', which wasn't working at all.
- Fix 'git gerrit show', which wasn't outputting the votes for the change labels.
- Fix credential management on Windows.
- Fix IO encoding/decoding making it locale-based.
Modules
A container for functions for the git-gerrit program