From: Eric Engestrom Date: Sun, 7 Jun 2020 15:37:59 +0000 (+0200) Subject: docs: drop `git sendemail` instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fd98931235c064c087719c0cf1aa14fbd27e3f9;p=mesa.git docs: drop `git sendemail` instructions Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Part-of: --- 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@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