summaryrefslogtreecommitdiff
path: root/Development/Documentation/SubmittingPatches.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'Development/Documentation/SubmittingPatches.mdwn')
-rw-r--r--Development/Documentation/SubmittingPatches.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development/Documentation/SubmittingPatches.mdwn b/Development/Documentation/SubmittingPatches.mdwn
index f10aed9f..3a808c55 100644
--- a/Development/Documentation/SubmittingPatches.mdwn
+++ b/Development/Documentation/SubmittingPatches.mdwn
@@ -124,7 +124,7 @@ If you are sending the patch to the list, you may include additional information
E-mail the patch you have just created to the xorg-devel list for review and approval. Let's use the [[git-send-email|http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html]] command for that. You can use other e-mail clients to send your patch, but you must ensure the patch is inline and the mailer isn't altering the spaces or lines of the patch.
-In other words, one must be able to directly see the contents of the patch and apply it via [[git am|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]] or [[git am --scissors|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]]
+In other words, one must be able to directly see the contents of the patch and apply it via [[git-am|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]] or [[git-am --scissors|https://www.kernel.org/pub/software/scm/git/docs/git-am.html]]
Configure the send-email client using the same git config command we have used so far. The example patch can be e-mailed using this command:
[[!format txt """