From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shawn O. Pearce" Subject: Re: Some stats for 1.6.6 Date: Thu, 24 Dec 2009 11:43:44 -0800 Message-ID: <20091224194344.GA15212@spearce.org> References: <7vpr65kwnt.fsf@alter.siamese.dyndns.org> <7v637wjlor.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Junio C Hamano To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Dec 24 20:45:15 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NNtcY-0006QM-8P for gcvg-git-2@lo.gmane.org; Thu, 24 Dec 2009 20:45:14 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754480AbZLXTnt (ORCPT ); Thu, 24 Dec 2009 14:43:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753003AbZLXTnt (ORCPT ); Thu, 24 Dec 2009 14:43:49 -0500 Received: from mail-yw0-f176.google.com ([209.85.211.176]:39586 "EHLO mail-yw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbZLXTns (ORCPT ); Thu, 24 Dec 2009 14:43:48 -0500 Received: by ywh6 with SMTP id 6so8564172ywh.4 for ; Thu, 24 Dec 2009 11:43:47 -0800 (PST) Received: by 10.150.254.7 with SMTP id b7mr18119509ybi.137.1261683826985; Thu, 24 Dec 2009 11:43:46 -0800 (PST) Received: from localhost (george.spearce.org [209.20.77.23]) by mx.google.com with ESMTPS id 23sm7413091iwn.15.2009.12.24.11.43.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 24 Dec 2009 11:43:45 -0800 (PST) Content-Disposition: inline In-Reply-To: <7v637wjlor.fsf@alter.siamese.dyndns.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano wrote: > Here is a contributor statistics. > > release new this total date > v0.99 47 47 47 2005-07-10 ... > v1.6.5 27 101 693 2009-10-10 > v1.6.6 17 99 710 2009-12-23 > > During the entire history leading to 1.6.6, 710 authors contributed code > and documentation. The changes since 1.6.5 were made by 99 authors, among > which 17 are the new contributors to the project. This is what impresses me most about Git. Its not our simple on disk format, or our network protocols, or how well we have been able to avoid breaking things. Its our community. Almost 100 people contributed code into the most recent release, and in just the last 6 months we picked up 44 new contributors. I wish all open source projects ran this well. > Let's thank and welcome them to the community(sorted LC_ALL=C): Andrew > Myrick, Brian Collins, Carlos R. Mafra, Dan Zwell, Erick Mattos, Gisle > Aas, Guillermo S. Romero, Jean Privat, Jimmy Angelakos, Jindrich > Makovicka, Mizar, Nasser Grainawi, Pauli Virtanen, Raman Gupta, Robert > Zeh, Tim Henigan, and Vietor Liu. Welcome! But more importantly, thank you for making Git better! :-) -- Shawn.