From: Alejandro Colomar Date: Wed, 6 Nov 2024 21:12:08 +0000 (+0100) Subject: CONTRIBUTING.d/patches/diff: Add file documenting the diff of a patch X-Git-Tag: man-pages-6.10~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69643dcfccab3eab1f15c55fffbde4e9b65e90ab;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/patches/diff: Add file documenting the diff of a patch Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/patches/diff b/CONTRIBUTING.d/patches/diff new file mode 100644 index 000000000..8ed3e4ad7 --- /dev/null +++ b/CONTRIBUTING.d/patches/diff @@ -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. diff --git a/CONTRIBUTING.d/patches/patches b/CONTRIBUTING.d/patches/patches index e84520b0c..85f9f5a44 100644 --- a/CONTRIBUTING.d/patches/patches +++ b/CONTRIBUTING.d/patches/patches @@ -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.