From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: magit copyright assignments Date: Tue, 16 Jul 2024 13:29:56 +0300 Message-ID: <867cdliq8r.fsf@gnu.org> References: <87bk31mgue.fsf@jeremybryant.net> <86frsdjm20.fsf@gnu.org> <87v815j30v.fsf@metapensiero.it> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24076"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lele Gaifax Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 16 12:30:39 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sTfSA-0005zv-68 for ged-emacs-devel@m.gmane-mx.org; Tue, 16 Jul 2024 12:30:38 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sTfRb-0000cR-9K; Tue, 16 Jul 2024 06:30:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTfRa-0000c0-3X for emacs-devel@gnu.org; Tue, 16 Jul 2024 06:30:02 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sTfRY-0000RF-EK; Tue, 16 Jul 2024 06:30:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8p0QVb7UqNk3LMpGJOb0Q8FFJNQkEPgBnz37SaSh7tM=; b=BTtRMp5boEi4 GuDljtFCHfUi1IMxeIHrTTWaSRfwYezeBkGKV9qryxvGMX1mKXxiqVkjUthkbRveqlyYZ6Zy3apcr pwA3kmn1dH7vL0EpHU7KhWu25cPTm2ywBFaRFtPmrSXeJ+CLZ6M6vbDECIU6+H/aw3yy4uQTiQ4F2 0D1qBTwMN/XtTFQcSkhWxYOhrrP0m6g5IBSv1wbhfhSrRbdFETSeiVZq2HYSBZBSGR+SBFQ4H3b0R J3aTHYIMAbm4wwgFakN6qqDDufjZvJl2v5IZnKqg74WZo+hLWMOIhky+i4u7xrtOU7M7ED0+c9dtu j5wg76/P0Uv0KA4Bx8WBOA==; In-Reply-To: <87v815j30v.fsf@metapensiero.it> (message from Lele Gaifax on Tue, 16 Jul 2024 07:53:52 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:321695 Archived-At: > From: Lele Gaifax > Date: Tue, 16 Jul 2024 07:53:52 +0200 > > Richard Stallman writes: > > > Is it possible to calculate the number of changed lines (from git > > diffs) for each of those persons, and sort the list of contributors > > without papers by those numbers? The list of people whose changed or > > inserted lines number at least 8 will probably be much shorter. > > This seems handy for the task: > > https://github.com/llbit/git-commit-metrics Thanks, but I think "git annotate" or "C-x v g" will be much more useful in this case, since we are only interested in how many lines which are currently in the package a given author is responsible for.