From mboxrd@z Thu Jan 1 00:00:00 1970 From: A Large Angry SCM Subject: Re: [PATCH] Documentation/CommunityGuidelines Date: Mon, 10 Jun 2013 16:41:32 -0400 Message-ID: <51B639FC.7030007@gmail.com> References: <51B5D9A1.1080900@ensimag.fr> <7vzjuxj21b.fsf@alter.siamese.dyndns.org> <20130610190102.GF12924@google.com> Reply-To: gitzilla@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jonathan Nieder , Junio C Hamano , "Robin H. Johnson" , Git Mailing List To: Ramkumar Ramachandra X-From: git-owner@vger.kernel.org Mon Jun 10 22:41:48 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Um8uQ-0006re-0l for gcvg-git-2@plane.gmane.org; Mon, 10 Jun 2013 22:41:46 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753285Ab3FJUlg (ORCPT ); Mon, 10 Jun 2013 16:41:36 -0400 Received: from mail-qe0-f53.google.com ([209.85.128.53]:52269 "EHLO mail-qe0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752688Ab3FJUlf (ORCPT ); Mon, 10 Jun 2013 16:41:35 -0400 Received: by mail-qe0-f53.google.com with SMTP id 1so4299818qee.26 for ; Mon, 10 Jun 2013 13:41:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:disposition-notification-to:date:from:reply-to :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=3esruyr8PEmTqfF16/Ma0G9+StPZZ9nA0zB1aSE8hug=; b=cs4cGJp5BVbO1ZWMr9emCoaCIWCcdr4tNfyuG1PoQ7/bmSViroEpykfie/1NY6v7bX +sdOn+CsOMqYilqsfCiZ+BCP/2Y/HPG9iuc5kJEd3T0ya3/2Qw16LR6e3HeXP0ni0DMD EXR5ByFNl6bYdnELmd+uY71PE7MwGZB1e+AiOjhSY8O7nzlHS9moaQ0/ak0kyUV0wlOO A9zTfYPVhTqgucXzdR3dXHe2D6L9mH2DNfshfaFA841qh9ObB0Pq/QGb94ARYPlPyGAQ ffM9cBfWQ3q6yr3296jsYfAe8g4K2yHiyYsr1AD+QolchTyp4s+Lqtz8011OYDwI/Ty3 Vwqw== X-Received: by 10.224.16.5 with SMTP id m5mr15372119qaa.90.1370896894189; Mon, 10 Jun 2013 13:41:34 -0700 (PDT) Received: from [10.0.1.131] (50-88-155-14.res.bhn.net. [50.88.155.14]) by mx.google.com with ESMTPSA id y14sm15813752qac.0.2013.06.10.13.41.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 10 Jun 2013 13:41:33 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 06/10/2013 03:45 PM, Ramkumar Ramachandra wrote: [...] > > It is absolutely imperative to keep all our contributors productive, > and maximize output. Why? A useful "product" with a maintainable code base are what seems to be more important to a successful open source effort. A Large Angry SCM