]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
CONTRIBUTING.d/patches/diff: Add file documenting the diff of a patch
authorAlejandro Colomar <alx@kernel.org>
Wed, 6 Nov 2024 21:12:08 +0000 (22:12 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 6 Nov 2024 22:40:19 +0000 (23:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
CONTRIBUTING.d/patches/diff [new file with mode: 0644]
CONTRIBUTING.d/patches/patches

diff --git a/CONTRIBUTING.d/patches/diff b/CONTRIBUTING.d/patches/diff
new file mode 100644 (file)
index 0000000..8ed3e4a
--- /dev/null
@@ -0,0 +1,6 @@
+Name
+       patches/diff - instructions for producing the diff of a patch
+
+Description
+       Send patches in diff -u format.  You may find it useful to
+       employ git-format-patch(1) to produce the patches.
index e84520b0c0e2749aa6ac778562944a6fc5a9b7e3..85f9f5a445c1ffd04a964992da0b2fb6020152c1 100644 (file)
@@ -20,10 +20,6 @@ Description
        To make your patch even more useful, please note the following
        points:
 
-       -  Send patches in diff -u format in an email patch.  You may
-          find it useful to employ git-format-patch(1) and
-          git-send-email(1).
-
        -  Send logically separate patches.  For unrelated pages, or for
           logically-separate issues in the same page, send separate
           emails.