aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 16:24:18 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-09-15 16:24:18 -0400
commitb9a14bf7c448716f2a26c9fe98deb128e3676c7c (patch)
tree2424847c2088771d75a1927047a0cb753eb48050
parentab5f4f7224ed7b5ba8dcf1a55205697d08ec7eff (diff)
downloadb4-b9a14bf7c448716f2a26c9fe98deb128e3676c7c.tar.gz
docs: remove redundant "b4" from section titles
We don't need to duplicate b4 on every maintainer subcommand document. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--docs/maintainer/am-shazam.rst4
-rw-r--r--docs/maintainer/diff.rst4
-rw-r--r--docs/maintainer/kr.rst4
-rw-r--r--docs/maintainer/mbox.rst4
-rw-r--r--docs/maintainer/pr.rst4
-rw-r--r--docs/maintainer/ty.rst4
6 files changed, 12 insertions, 12 deletions
diff --git a/docs/maintainer/am-shazam.rst b/docs/maintainer/am-shazam.rst
index bf523d5..05ae5c1 100644
--- a/docs/maintainer/am-shazam.rst
+++ b/docs/maintainer/am-shazam.rst
@@ -1,5 +1,5 @@
-b4 am,shazam: retrieving and applying patches
-=============================================
+am,shazam: retrieving and applying patches
+==========================================
Most commonly, b4 is used to retrieve, prepare, and apply patches sent
via distribution lists. The base functionality is similar to that of
``b4 mbox``::
diff --git a/docs/maintainer/diff.rst b/docs/maintainer/diff.rst
index 260b56d..f3ac253 100644
--- a/docs/maintainer/diff.rst
+++ b/docs/maintainer/diff.rst
@@ -1,5 +1,5 @@
-b4 diff: comparing patch series
-===============================
+diff: comparing patch series
+============================
The ``diff`` subcommand allows comparing two different revisions of the
same patch series using ``git range-diff``. Note, that in order to
perform the ``range-diff`` comparison, both revisions need to cleanly
diff --git a/docs/maintainer/kr.rst b/docs/maintainer/kr.rst
index 9f5816e..822ec20 100644
--- a/docs/maintainer/kr.rst
+++ b/docs/maintainer/kr.rst
@@ -1,5 +1,5 @@
-b4 kr: working with contributor keys
-====================================
+kr: working with contributor keys
+=================================
This subcommand allows maintaining a local keyring of contributor keys.
.. note::
diff --git a/docs/maintainer/mbox.rst b/docs/maintainer/mbox.rst
index 2cd9d00..dc56a51 100644
--- a/docs/maintainer/mbox.rst
+++ b/docs/maintainer/mbox.rst
@@ -1,5 +1,5 @@
-b4 mbox: retrieving threads
-===========================
+mbox: retrieving threads
+========================
.. note::
If you are looking for a way to continuously retrieve full threads
diff --git a/docs/maintainer/pr.rst b/docs/maintainer/pr.rst
index 631d31a..1eef95d 100644
--- a/docs/maintainer/pr.rst
+++ b/docs/maintainer/pr.rst
@@ -1,5 +1,5 @@
-b4 pr: working with pull requests
-=================================
+pr: working with pull requests
+==============================
In addition to working with patches and patch series, b4 is also able to
work with pull requests. It provides the following benefits as opposed
to using git directly:
diff --git a/docs/maintainer/ty.rst b/docs/maintainer/ty.rst
index 7ca0449..589c4ae 100644
--- a/docs/maintainer/ty.rst
+++ b/docs/maintainer/ty.rst
@@ -1,5 +1,5 @@
-b4 ty: sending automated contributor feedback
-=============================================
+ty: sending automated contributor feedback
+==========================================
B4 makes it easier to send automated developer feedback when you apply
patches or pull requests to your git tree.