diff --git a/llvm/docs/Phabricator.rst b/llvm/docs/Phabricator.rst --- a/llvm/docs/Phabricator.rst +++ b/llvm/docs/Phabricator.rst @@ -128,6 +128,20 @@ or llvm-commits, and if the subject line suggests the patch is something they should look at, they will. +.. _creating-a-patch-series: + +Creating a patch series +----------------------- + +Chaining reviews together requires some manual work. +`This page `_ +describes two ways to do this. One for submissions via arc and one +for the web interface. + +A recommended workflow is to interactively rebase back to the first commit +for review. Marking that and all your subsequent commits to be +edited. At each commit make the necessary changes, submit with arc or the web +interface and then continue the rebase. .. _finding-potential-reviewers: