evan_tech

Previous Entry Share Flag Next Entry
09:56 pm, 19 Aug 08

rietveld git support

My patch was applied, so now Rietveld (the code review site and free software, http://codereview.appspot.com) users can upload patches for review directly from Git checkouts. It works like this:
  1. Check out some code.
  2. Do some modifications.
  3. upload.py [args to upload.py] [args to git diff]
The diff (and files the diff is based on) are then uploaded to the code review site for discussion and modification.

My git cl integrates with this and makes it even more transparent, letting you associate Git branches and Rietveld issues.