]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
docs: Add a warning to applying-patches.rst
authorJonathan Corbet <corbet@lwn.net>
Wed, 26 Oct 2016 22:48:36 +0000 (16:48 -0600)
committerJonathan Corbet <corbet@lwn.net>
Thu, 27 Oct 2016 22:38:29 +0000 (16:38 -0600)
This is ancient stuff and we don't do things this way anymore.  In the
absence of simply deleting the document, at least add a warning to it.

Reviewed-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/applying-patches.rst

index abd7dc7ae24050f440551fece8df0757e5d33ed5..87825cf96f3327f68ca97709bddf1515d3bcd43a 100644 (file)
@@ -9,6 +9,10 @@ Original by:
 Last update:
        2016-09-14
 
+.. note::
+
+   This document is obsolete.  In most cases, rather than using ``patch``
+   manually, you'll almost certainly want to look at using Git instead.
 
 A frequently asked question on the Linux Kernel Mailing List is how to apply
 a patch to the kernel or, more specifically, what base kernel a patch for