From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Huber Newsgroups: gmane.emacs.devel Subject: Re: How many GNU Emacs committers? Date: Fri, 26 Jul 2013 17:21:42 +0200 Message-ID: References: <874nbhwfz2.fsf@thinkpad.tsdh.org> <87zjt9v14r.fsf@thinkpad.tsdh.org> <83vc3xz7vu.fsf@gnu.org> <87vc3xuz7e.fsf@thinkpad.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1374852124 14370 80.91.229.3 (26 Jul 2013 15:22:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2013 15:22:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 26 17:22:05 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V2jqD-0004XZ-Re for ged-emacs-devel@m.gmane.org; Fri, 26 Jul 2013 17:22:01 +0200 Original-Received: from localhost ([::1]:47878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2jqD-0004La-DW for ged-emacs-devel@m.gmane.org; Fri, 26 Jul 2013 11:22:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2jqA-0004LR-EH for emacs-devel@gnu.org; Fri, 26 Jul 2013 11:21:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2jq7-00009J-5O for emacs-devel@gnu.org; Fri, 26 Jul 2013 11:21:58 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2jq6-00008s-Ui for emacs-devel@gnu.org; Fri, 26 Jul 2013 11:21:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V2jq5-0004Qd-Pd for emacs-devel@gnu.org; Fri, 26 Jul 2013 17:21:53 +0200 Original-Received: from ns.ntm-gmbh.de ([62.245.157.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jul 2013 17:21:53 +0200 Original-Received: from mhuber by ns.ntm-gmbh.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Jul 2013 17:21:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ns.ntm-gmbh.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 In-Reply-To: <87vc3xuz7e.fsf@thinkpad.tsdh.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162142 Archived-At: Dear List, thanks to everybody who replied! And thank you for so scrupulously trying to get the numbers right! > $ cat **/ChangeLog* | grep '^[0-9]' | cut -d" " -f1 --complement \ > | sed -e 's/(.*)//' |sed -e 's/<.*>//' | sed -e 's/^[ ]\+//' \ > | sed -e 's/[ ]\+$//' | sort | uniq | wc -l > 1736 I was thinking of a similar script, but you beat me to it, Tassilo :-) Best, Mathias