From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id A62951F4B4 for ; Wed, 13 Jan 2021 17:58:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728181AbhAMR4N (ORCPT ); Wed, 13 Jan 2021 12:56:13 -0500 Received: from cloud.peff.net ([104.130.231.41]:54968 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728087AbhAMR4N (ORCPT ); Wed, 13 Jan 2021 12:56:13 -0500 Received: (qmail 24681 invoked by uid 109); 13 Jan 2021 17:55:33 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Wed, 13 Jan 2021 17:55:33 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 725 invoked by uid 111); 13 Jan 2021 17:55:33 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Wed, 13 Jan 2021 12:55:33 -0500 Authentication-Results: peff.net; auth=none Date: Wed, 13 Jan 2021 12:55:32 -0500 From: Jeff King To: Junio C Hamano Cc: git@vger.kernel.org Subject: Re: [PATCH] CoC: update to version 2.0 + local changes Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Jan 13, 2021 at 01:05:09AM -0800, Junio C Hamano wrote: > > Signed-off-by: Ævar Arnfjörð Bjarmason > > Acked-by: Christian Couder > > Acked-by: Derrick Stolee > > Acked-by: Elijah Newren > > Acked-by: Johannes Schindelin > > Acked-by: Jonathan Nieder > > Acked-by: brian m. carlson > > Signed-off-by: Junio C Hamano > > --- > > I guess I should lead by an example ;-) The above misses mine and > Signed-off-by means a totally different thing [*1*] from Acked-by. > > Acked-by: Junio C Hamano I thought your "From" would be enough, but I see this re-wrapped version if "From: Ævar" (so I guess my same argument applies for him ;) ). Thanks for reposting this; I was trying hard not to look at my email during the week of the original thread. I agree with the sentiment expressed earlier that the "consequences" are a little funny for us, since our decentralized infrastructure makes things like banning a bit confusing. But that was already present to some degree in the older version, and I do like the notion that we'd stick to the original as closely as possible. So: Acked-by: Jeff King -Peff