Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The first line should have a short change summary, up to 50 characters
  2. The second line must be blank
  3. The body of the commit message should have a detailed change description, wrap lines at 72 characters max
  4. The line before the footer must be blank
  5. The footer (last block of lines following a blank line) must consist of these lines:
    1. Issue-ID: line with a valid Jira issue number, composed and inserted manually by the committer
    2. Change-Id: line, which is automatically generated and inserted by git review
    3. Signed-off-by line, which is automatically generated and inserted by git commit

...

Quickstart: Submit a change to a branch other than "master"
git review other-branch
Quickstart: Revise your open gerrit review

...