*** Sashan Govender <[email protected]> [2015-08-04 15:36]: >Anyone have any experience performing gerrit code reviews from vim?
I wrote plugin for that task: https://github.com/stargrave/gerrvim You open necessary commits through the fugitive, visually select lines you want to comment, enters \cc and type in the comment in appeared separate window. All comments are aggregated in temporary file that is converted to JSON (separate simple Perl utility) and submitted to Gerrit server making the review change. Also there is utility for downloading review comments to simple text file, allowing answering on them without any awful web-interface: only Vim, ssh/curl and that plugin (with additional two scripts). -- Happy hacking, Sergey Matveev -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
