From: Alejandro Colomar Date: Wed, 6 Nov 2024 21:23:42 +0000 (+0100) Subject: CONTRIBUTING.d/patches/base: Add file documenting the base commit of patch sets X-Git-Tag: man-pages-6.10~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4837a956d7e3f12497b69807aee93810159b3083;p=thirdparty%2Fman-pages.git CONTRIBUTING.d/patches/base: Add file documenting the base commit of patch sets Signed-off-by: Alejandro Colomar --- diff --git a/CONTRIBUTING.d/patches/base b/CONTRIBUTING.d/patches/base new file mode 100644 index 000000000..7e5ef5c87 --- /dev/null +++ b/CONTRIBUTING.d/patches/base @@ -0,0 +1,6 @@ +Name + patches/base - instructions for the base commit of patch sets + +Description + Make patches against the latest version of the manual page. + Use git(1) for getting the latest version. diff --git a/CONTRIBUTING.d/patches/patches b/CONTRIBUTING.d/patches/patches index 27957aee9..bccfb085f 100644 --- a/CONTRIBUTING.d/patches/patches +++ b/CONTRIBUTING.d/patches/patches @@ -24,9 +24,6 @@ Description logically-separate issues in the same page, send separate emails. - - Make patches against the latest version of the manual page. - Use git(1) for getting the latest version. - Send the patches We recommend using git-send-email(1) to send the patches to the mailing list. For instructions on how to configure and use it,