Mesa (master): docs: drop `git sendemail` instructions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 19 19:55:44 UTC 2020


Module: Mesa
Branch: master
Commit: 8fd98931235c064c087719c0cf1aa14fbd27e3f9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fd98931235c064c087719c0cf1aa14fbd27e3f9

Author: Eric Engestrom <eric at engestrom.ch>
Date:   Sun Jun  7 17:37:59 2020 +0200

docs: drop `git sendemail` instructions

Signed-off-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>

---

 docs/submittingpatches.rst | 14 --------------
 1 file changed, 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 mesa-dev at lists.freedesktop.org
-
--  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



More information about the mesa-commit mailing list