Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: tools-reference/diff-and-patch/
Date: Sun, 30 May 2021 11:24:37
Message-Id: 1622373762.6d4d7bf4a36fa3ff6bafda0ca0cef519c2663015.ulm@gentoo
1 commit: 6d4d7bf4a36fa3ff6bafda0ca0cef519c2663015
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 07:59:09 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 11:22:42 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6d4d7bf4
7
8 tools-reference/diff-and-patch/: add a link to "clean patches" page
9
10 - add a text link from tools-reference/diff-and-patch/index.html to
11 ebuild-writing/misc-files/patches
12
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 tools-reference/diff-and-patch/text.xml | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/tools-reference/diff-and-patch/text.xml b/tools-reference/diff-and-patch/text.xml
20 index 8a6172d..3be24db 100644
21 --- a/tools-reference/diff-and-patch/text.xml
22 +++ b/tools-reference/diff-and-patch/text.xml
23 @@ -30,7 +30,8 @@ format. This is generally the best format to use when sending patches
24 upstream too <d/> however, occasionally you may be asked to provide
25 context diffs, which are more portable than unifieds (but don't handle
26 conflicts as cleanly). In this case, use <c>-c</c> rather
27 -than <c>-u</c>.
28 +than <c>-u</c>. For a verbose guide into patches and patching, see
29 +<uri link="::ebuild-writing/misc-files/patches"/>.
30 </p>
31
32 <p>