summaryrefslogtreecommitdiff
path: root/Development
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-20 14:19:10 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-20 14:20:48 +0100
commita55b2c2a7c799e6f599771f432471254866f1086 (patch)
tree6e032185341f9326d3ef092f4083bc93430b9032 /Development
parent05c4b3eff3d17a332baae77aa408f499213ce101 (diff)
SubmittingPatches: use git-am over git am
The former style is more commonly used in the wiki.
Diffstat (limited to 'Development')
-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 """