aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 15:07:07 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 15:07:07 -0400
commit87fe28fac71e77b42c161019ff464c84c67c4da4 (patch)
tree6b3b390d6830a9af2dd2e588c45bbbabe3695e2a
parent381118086e7a7c9fada649c15a67cd0c9e9fdcc0 (diff)
downloadb4-87fe28fac71e77b42c161019ff464c84c67c4da4.tar.gz
docs: break out of infinite loop
Despite what it may seem sometimes, working on a series is not an infinite loop. :) Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/contributor/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributor/overview.rst b/docs/contributor/overview.rst
index a7acd81..1f9d2e6 100644
--- a/docs/contributor/overview.rst
+++ b/docs/contributor/overview.rst
@@ -67,7 +67,7 @@ rebase -i``. In general, the process goes like this:
feedback you receive. Remember to record these changes in the cover
letter's changelog.
-9. GOTO 3.
+9. Unless series accepted upstream, GOTO 3.
Please read the rest of these docs for details on the ``prep``,
``send``, and ``trailers`` subcommands.