aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2020-06-07 17:37:59 +0200
committerMarge Bot <[email protected]>2020-06-19 19:51:53 +0000
commit8fd98931235c064c087719c0cf1aa14fbd27e3f9 (patch)
tree70e7ba6c78966774ee3a6fc93143fad67ad3a869
parenta29a1588b1c7a5eb065d3622d4eac4eeeabf6505 (diff)
docs: drop `git sendemail` instructions
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
-rw-r--r--docs/submittingpatches.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index 4142806d197..1ef8493511d 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -377,17 +377,3 @@ Git tips
.. code-block:: console
git rebase -i --exec="ninja -C build/" HEAD~8
-
-- Sets the default mailing address for your repo.
-
- .. code-block:: console
-
- git config --local sendemail.to [email protected]
-
-- Add version to subject line of patch series in this case for the last
- 8 commits before sending.
-
- .. code-block:: console
-
- git send-email --subject-prefix="PATCH v4" HEAD~8
- git send-email -v4 @~8 # shorter version, inherited from git format-patch