From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andres Freund Subject: Re: [PATCH 2/2] Move sequencer to builtin Date: Tue, 11 Jun 2013 11:18:07 +0200 Message-ID: <20130611091807.GA11361@alap2.anarazel.de> References: <20130608164902.GA3109@elie.Belkin> <20130608173447.GA4381@elie.Belkin> <20130609014049.GA10375@google.com> <20130609052624.GB561@sigill.intra.peff.net> <20130609174049.GA1039@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jeff King , Jonathan Nieder , Duy Nguyen , Git Mailing List , Junio C Hamano , Brandon Casey , Ramkumar Ramachandra To: Felipe Contreras X-From: git-owner@vger.kernel.org Tue Jun 11 11:24:33 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 1UmKoa-0001qK-7d for gcvg-git-2@plane.gmane.org; Tue, 11 Jun 2013 11:24:32 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753562Ab3FKJY2 (ORCPT ); Tue, 11 Jun 2013 05:24:28 -0400 Received: from mail.anarazel.de ([217.115.131.40]:39284 "EHLO mail.anarazel.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753458Ab3FKJY1 (ORCPT ); Tue, 11 Jun 2013 05:24:27 -0400 X-Greylist: delayed 377 seconds by postgrey-1.27 at vger.kernel.org; Tue, 11 Jun 2013 05:24:27 EDT Received: from intern.anarazel.de (p5DDC7BD8.dip0.t-ipconnect.de [93.220.123.216]) (Authenticated sender: andres@anarazel.de) by mail.anarazel.de (Postfix) with ESMTPSA id 35C1B4E8001; Tue, 11 Jun 2013 11:18:08 +0200 (CEST) Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On 2013-06-09 13:01:30 -0500, Felipe Contreras wrote: > >> You don't agree that 1) a collegial work environment is overrated, 2) > >> that the Linux kernel doesn't put an emphasis on being collegial, or > >> 3) that it's the most successful software project in history? > > > > Point 1. > > Good, so we agree that a project doesn't need a collegial work > environment to be extremely and amazingly successful. In fact, any > rational person would keep an open mind to the fact that perhaps it > actually _helps_ to not have such environment, based on the evidence. Just from skimming both lists, most of the time I find lkml to be nicer (and more collegial) to read because it has a better atmosphere than git@ had in the last year or two. And yes, a good atmosphere plays an important role. One of the reasons is that it makes it easier to discern arguments based on personality disputes - which certainly exist on lk - from actual technical disagreements that need to be resolved. Greetings, Andres Freund