google / git-appraise

Distributed code review system for Git repos
Apache License 2.0
5.13k stars 146 forks source link

Better support for rebasing reviews #63

Closed ojarjur closed 7 years ago

ojarjur commented 8 years ago

This change improves the support for rebasing reviews in multiple ways:

  1. Adding a new refs/archives/devtools ref that can be used to make sure that commits which have been rebased do not get garbage collected.
  2. Adding a new alias field to the request schema that enables tracking review history across rebases.
  3. Adding a new rebase subcommand that enables us to update the history for a change prior to submitting it.