Skip to content

v0.6: Submitting review efcba5b3434d

Compare
Choose a tag to compare
@ojarjur ojarjur released this 21 Sep 00:30
· 89 commits to master since this release

This release adds support for rebasing a review.

You can now change the history of an open review (while keeping it open) with

git appraise rebase

Or submit a review and rewrite the history in a single command with

git appraise submit --rebase

The tool will associate the newly created commits with the review and archive the old commits so that they are remain available.