From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D0B213835A for ; Wed, 7 Apr 2021 17:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81F2AE0974; Wed, 7 Apr 2021 17:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A247E0974 for ; Wed, 7 Apr 2021 17:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6687B335D3F for ; Wed, 7 Apr 2021 17:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6F64643 for ; Wed, 7 Apr 2021 17:35:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617816494.88cebf0c533c060e803a95927f1ffa8b2d5d9f8f.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/user-submitted/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/user-submitted/text.xml X-VCS-Directories: ebuild-writing/user-submitted/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 88cebf0c533c060e803a95927f1ffa8b2d5d9f8f X-VCS-Branch: master Date: Wed, 7 Apr 2021 17:35:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2f56f92-f22a-424b-bab3-6b8567acdadc X-Archives-Hash: f43da94708249658692d1a05eebeef70 commit: 88cebf0c533c060e803a95927f1ffa8b2d5d9f8f Author: Sam James gentoo org> AuthorDate: Sun Mar 21 02:28:38 2021 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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 --author 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 diff command +diff but from a complete user-submitted ebuild, the diff -u 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.