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 340C81382C5 for ; Wed, 7 Apr 2021 17:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49190E096A; Wed, 7 Apr 2021 17:35:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3490CE096A for ; Wed, 7 Apr 2021 17:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 38171335CD6 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 B46C4642 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: <1617816493.71f8cc1a2a08d191c561b9af429df99189067879.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: 71f8cc1a2a08d191c561b9af429df99189067879 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: dafd3caf-ade2-4f8f-a71f-b1df1ed308df X-Archives-Hash: 7dd3d748b9a309d18bc20cb804db8311 commit: 71f8cc1a2a08d191c561b9af429df99189067879 Author: Sam James gentoo org> AuthorDate: Sun Mar 21 02:27:55 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Apr 7 17:28:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=71f8cc1a ebuild-writing/user-submitted: mention git commit --author Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/user-submitted/text.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index b97af10..b5bc8a8 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -29,7 +29,8 @@ commit message format section, is highly encouraged. Note that ebuilds received in the form of git patches or pull requests will have the user as the commit author by default, in which case including the user information in the commit message explicitly -may not be necessary. +may not be necessary. If that is not the case, you may wish to use +git commit's --author parameter to explicitly give them credit.