commit: 88cebf0c533c060e803a95927f1ffa8b2d5d9f8f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 02:28:38 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 17:28:14 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=88cebf0c
ebuild-writing/user-submitted: unified diffs are preferred Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/user-submitted/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index b5bc8a8..c603e0a 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -37,7 +37,7 @@ git commit's <c>--author</c> parameter to explicitly give them credit. Users should be encouraged to submit diffs to an existing ebuild if they are submitting an upgrade. Doing this will help to avoid re-introduction of previously fixed bugs into "new" ebuilds. When not working from a -diff but from a complete user-submitted ebuild, the <c>diff</c> command +diff but from a complete user-submitted ebuild, the <c>diff -u</c> command should be used to see what has changed; attention should be payed for anything from the current ebuild that should appear in the new ebuild, or anything in the new ebuild that should be fixed or removed.
