commit: 6d4d7bf4a36fa3ff6bafda0ca0cef519c2663015 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun May 30 07:59:09 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun May 30 11:22:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6d4d7bf4
tools-reference/diff-and-patch/: add a link to "clean patches" page - add a text link from tools-reference/diff-and-patch/index.html to ebuild-writing/misc-files/patches Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tools-reference/diff-and-patch/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml index 8a6172d..3be24db 100644 --- a/tools-reference/diff-and-patch/text.xml +++ b/tools-reference/diff-and-patch/text.xml @@ -30,7 +30,8 @@ format. This is generally the best format to use when sending patches upstream too <d/> however, occasionally you may be asked to provide context diffs, which are more portable than unifieds (but don't handle conflicts as cleanly). In this case, use <c>-c</c> rather -than <c>-u</c>. +than <c>-u</c>. For a verbose guide into patches and patching, see +<uri link="::ebuild-writing/misc-files/patches"/>. </p> <p>
