diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-06 22:12:08 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-06 23:40:19 +0100 |
| commit | 69643dcfccab3eab1f15c55fffbde4e9b65e90ab (patch) | |
| tree | 007c75c988dcaea524a2a84a6c0b173d1c36cc91 | |
| parent | ef7e6db57ddd5aaf3ea9d4679e025e8549d32b81 (diff) | |
| download | man-pages-69643dcfccab3eab1f15c55fffbde4e9b65e90ab.tar.gz | |
CONTRIBUTING.d/patches/diff: Add file documenting the diff of a patch
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | CONTRIBUTING.d/patches/diff | 6 | ||||
| -rw-r--r-- | CONTRIBUTING.d/patches/patches | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/CONTRIBUTING.d/patches/diff b/CONTRIBUTING.d/patches/diff new file mode 100644 index 0000000000..8ed3e4ad75 --- /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 e84520b0c0..85f9f5a445 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. |
