> list

Introducing git-revise

(Aug. 6, 2019): Added the "What git-revise is not" section.

At Mozilla I often end up building my changes in a patch stack, and used git rebase -i1 to make changes to commits in response to review comments etc. Unfortunately, with a repository as large as mozilla-central2, git …