Initial reviewnotes plugin, split from Gerrit Code Review

This plugin creates a Git note on the refs/notes/review branch
for every submitted change. The note is of the following format:

    Code-Review+2: John Doe <john.doe@example.com>
    Verified+1: John Doe <john.doe@example.com>
    Submitted-by: John Doe <john.doe@example.com>
    Submitted-at: Fri, 11 Jan 2013 16:19:45 +0100
    Reviewed-on: https://review.example.com/123456
    Project: test
    Branch: refs/heads/master

This also provides the "export" SSH command that can be used to export
reviewnotes for all submitted changes.

Change-Id: Ibce6d9998d57785ac577f2a9c789ca01417b62dd
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
11 files changed
tree: 275952a481c919eefa675b3de65c7303e8425e76
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml