From 8fd98931235c064c087719c0cf1aa14fbd27e3f9 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sun, 7 Jun 2020 17:37:59 +0200 Subject: [PATCH] docs: drop `git sendemail` instructions Signed-off-by: Eric Engestrom Reviewed-by: Eric Anholt Part-of: --- 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@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 -- 2.30.2