diff options
author | Sam James <sam@gentoo.org> | 2021-03-21 02:28:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-07 19:28:14 +0200 |
commit | 88cebf0c533c060e803a95927f1ffa8b2d5d9f8f (patch) | |
tree | 9aec793a37bf09c4121337cd41864d6577b7935f /ebuild-writing | |
parent | ebuild-writing/user-submitted: mention git commit --author (diff) | |
download | devmanual-88cebf0c533c060e803a95927f1ffa8b2d5d9f8f.tar.gz devmanual-88cebf0c533c060e803a95927f1ffa8b2d5d9f8f.tar.bz2 devmanual-88cebf0c533c060e803a95927f1ffa8b2d5d9f8f.zip |
ebuild-writing/user-submitted: unified diffs are preferred
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/user-submitted/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |