docs: drop `git sendemail` instructions
authorEric Engestrom <eric@engestrom.ch>
Sun, 7 Jun 2020 15:37:59 +0000 (17:37 +0200)
committerMarge Bot <eric+marge@anholt.net>
Fri, 19 Jun 2020 19:51:53 +0000 (19:51 +0000)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>

docs/submittingpatches.rst

index 4142806d197ff5558b2b5162f70883cbb337d786..1ef8493511d7e2e4e13fcb1ab78bcf8b4ca3d6bd 100644 (file)
@@ -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@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