From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 2C6B93858C2C for ; Mon, 25 Apr 2022 08:25:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2C6B93858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x0b.wildebeest.org [172.31.17.141]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 657B4302BBED; Mon, 25 Apr 2022 10:25:21 +0200 (CEST) Received: by reform (Postfix, from userid 1000) id 19BF22E806BF; Mon, 25 Apr 2022 10:25:21 +0200 (CEST) Date: Mon, 25 Apr 2022 10:25:21 +0200 From: Mark Wielaard To: "Frank Ch. Eigler" Cc: elfutils-devel@sourceware.org Subject: Re: RFC patch: generated AUTHORS Message-ID: References: <20220424234205.GA7448@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220424234205.GA7448@redhat.com> X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2022 08:25:24 -0000 Hi Frank, On Sun, Apr 24, 2022 at 07:42:05PM -0400, Frank Ch. Eigler via Elfutils-devel wrote: > The following patch adds a tool AUTHORS.sh to compute a complete > AUTHORS list to cover the entire git history. We do this in systemtap > and it's a nice way of showing off the large list of contributors over > time. Nice! So when preparing a release we just run ./AUTHORS.sh > AUTHORS to get it up to date. Thanks for adding this. Cheers, Mark