From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8BA9D1393DD for ; Tue, 12 Aug 2014 21:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2BFBE09B4; Tue, 12 Aug 2014 21:55:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20C3FE09B4 for ; Tue, 12 Aug 2014 21:55:27 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06132340384 for ; Tue, 12 Aug 2014 21:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B7B4318818 for ; Tue, 12 Aug 2014 21:55:24 +0000 (UTC) From: "Alexander Berntsen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Berntsen" Message-ID: <1407880471.e3eec598ad72c292bca9a1c5d23f0e5989bc78b3.bernalex@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: bernalex X-VCS-Committer-Name: Alexander Berntsen X-VCS-Revision: e3eec598ad72c292bca9a1c5d23f0e5989bc78b3 X-VCS-Branch: master Date: Tue, 12 Aug 2014 21:55:24 +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-Archives-Salt: e6235c1c-b6c9-4c83-9d7a-aee4af042d1d X-Archives-Hash: bdf074c31a7f4c71a5640b36eb937862 commit: e3eec598ad72c292bca9a1c5d23f0e5989bc78b3 Author: Alexander Berntsen gentoo org> AuthorDate: Tue Aug 12 18:53:52 2014 +0000 Commit: Alexander Berntsen gentoo org> CommitDate: Tue Aug 12 21:54:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e3eec598 Note the use of X-by in DEVELOPING Signed-off-by: Alexander Berntsen gentoo.org> Reviewed-by: Brian Dolbec gentoo.org> --- DEVELOPING | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/DEVELOPING b/DEVELOPING index 0ffcbd7..b1b3390 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -181,7 +181,18 @@ Commit messages should be in the imperative mood with a capitalised header, optionally followed by a newline and a more detailed explanatory text. The headline should be capped at 70 characters, the detailed text at 72. Prefix the message with the component you touched if this makes -sense. Postfix the message with the bug it fixes, if it does. Example: +sense. Postfix the message with the bug it fixes, if it does. + +Feel free to use the following notes (if applicable): +Signed-off-by: Wrote (a substantial portion of) the patch +Reviewed-by: Reviewed the patch thoroughly +Tested-by: Tested the patch thoroughly +Acked-by: Approved the concept but did not read the patch in detail +(typically used by the maintainer of a specific portion, or a lead) +Suggested-by: Designed the implementation +Reported-by: Reported the bug/feature request + +Example: " emerge: Fix --tree output (bug 555555) @@ -189,6 +200,10 @@ emerge: Fix --tree output (bug 555555) Make sure newlines appear where they are supposed to. Fix a bug with colourisation of --tree output when used in tandem with --verbose --pretend --ask. + +Signed-off-by: Foo Bar +Reviewed-by: Fu Baz +Reported-by: Qux Quux " For a more detailed explanation (and rationalisation) of these rules: