all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#44702: [PATCH] ; * lisp/emacs-lisp/package.el: Fix Author line.
@ 2020-11-17 12:30 Stefan Kangas
  2020-11-17 16:29 ` Glenn Morris
  2020-11-17 16:55 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Kangas @ 2020-11-17 12:30 UTC (permalink / raw)
  To: 44702; +Cc: tom

[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]

Severity: wishlist

I think the "Author" header line in package.el does not accurately
reflect the contributions to that file.  In particular, I think Tom
Tromey should be listed as the sole author of package.el, in line with
our practices and to recognize his contribution.

Please see the attached patch and compare it the output of the following
command:

$ git shortlog -sn -- lisp/emacs-lisp/package.el | cat -n

     1	   132	Artur Malabarba
     2	    54	Glenn Morris
     3	    52	Stefan Monnier
     4	    46	Chong Yidong
     5	    40	Paul Eggert
     6	    23	Stefan Kangas
     7	    16	Dmitry Gutov
     8	    11	Lars Ingebrigtsen
     9	     8	Daiki Ueno
    10	     8	Juanma Barranquero
    11	     7	Eli Zaretskii
    12	     7	Sam Steingold
    13	     5	Noam Postavsky
    14	     5	Ted Zlatanov
    15	     4	John Wiegley
    16	     4	Pieter van Oostrum
    17	     3	Basil L. Contovounesios
    18	     3	Bastien Guerry
    19	     3	Nicolas Richard
    20	     3	Phil Hagelberg
    21	     3	Thien-Thi Nguyen
    22	     3	Thierry Volpiatto
    23	     3	Thomas Fitzsimmons
    24	     2	Chunyang Xu
    25	     2	Daniel Hackney

Any objections?

[-- Attachment #2: 0001-lisp-emacs-lisp-package.el-Fix-Author-line.patch --]
[-- Type: text/x-diff, Size: 758 bytes --]

From 41fb8f1957d10e6b7021ba4d179a180aefb5838c Mon Sep 17 00:00:00 2001
From: Stefan Kangas <stefan@marxist.se>
Date: Tue, 17 Nov 2020 13:22:15 +0100
Subject: [PATCH] ; * lisp/emacs-lisp/package.el: Fix Author line.

---
 lisp/emacs-lisp/package.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index d78a1a2856..ba4ef973ff 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -2,8 +2,7 @@
 
 ;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
-;; Author: Tom Tromey <tromey@redhat.com>
-;;         Daniel Hackney <dan@haxney.org>
+;; Author: Tom Tromey <tom@tromey.com>
 ;; Created: 10 Mar 2007
 ;; Version: 1.1.0
 ;; Keywords: tools
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-17 16:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17 12:30 bug#44702: [PATCH] ; * lisp/emacs-lisp/package.el: Fix Author line Stefan Kangas
2020-11-17 16:29 ` Glenn Morris
2020-11-17 16:55   ` Stefan Kangas
2020-11-17 16:55 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.