If you add the --cached option, git diff will show you the differences between the files in your working directory and the staged files.
To see every edit that would go into the commit if you were to commit right now, make sure you are in the project directory and then run
Adding comments
Anyone in the community can use Gerrit to add inline comments to code submissions. A good comment will be relevant to the line or section of code to which it is attached in Gerrit. It might be a short and constructive suggestion about how a line of code could be improved, or it might be an explanation from the author about why the code makes sense the way it is.
To add an inline comment, double-click the relevant line of the code and write your comment in the text box that opens. When you click Save, only you can see your comment.
To publish your comments so that others using Gerrit will be able to see them, click the Publish Comments button. Your comments will be emailed to all relevant parties for this change, including the change owner, the patch set uploader (if different from the owner), and all current reviewers.
After a submission is approved
After a submission makes it through the review and verification process, Gerrit automatically merges the change into the public repository. The change will now be visible in gitweb, and others users will be able to run repo sync to pull the update into their local client.
How do I become a Verifier or Approver?
In short, contribute high-quality code to one or more of the Android projects.
For details about the different roles in the Android Open Source community and
who plays them, see
Project roles
.
Using GitWeb to track patch histories
To view snapshots of the files that are in the public Android repositories and view file histories, use the
Android instance of GitWeb
.