From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758224AbYDZRlo (ORCPT ); Sat, 26 Apr 2008 13:41:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751857AbYDZRlg (ORCPT ); Sat, 26 Apr 2008 13:41:36 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:55714 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751826AbYDZRlg (ORCPT ); Sat, 26 Apr 2008 13:41:36 -0400 Date: Sat, 26 Apr 2008 19:42:08 +0200 From: Sam Ravnborg To: Linus Torvalds Cc: Adrian Bunk , Andrew Morton , Harvey Harrison , Mauro Carvalho Chehab , LKML Subject: Re: If you want me to quit I will quit Message-ID: <20080426174208.GC29451@uranus.ravnborg.org> References: <1209190455.14173.13.camel@brick> <20080426110044.GB2252@cs181133002.pp.htv.fi> <20080426075132.b0fdbe13.akpm@linux-foundation.org> <20080426152341.GI2252@cs181133002.pp.htv.fi> <20080426084420.8e61c379.akpm@linux-foundation.org> <20080426171604.GN2252@cs181133002.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > Because if it becomes normal coding practice, now people cannot work with > you sanely any more (ie some random person pulls your tree for testing, > and then I pull it at some other time, and the tester reports a problem, > but now the commits he is talking about don't actually even exist in my > tree any more, and it's all really messy!). It also depends on whare you are located in the dependency tree. Being kbuidl maintainer I have very few people that actually pull me git tree (except from -mm and -next). So I rebase at will and have so far not got a single complaint from anyone pulling my tree. But people like Davem and Ingo sits much higher in the dependency chain and thus they have a very different set of users and thus a different set of problems to take into account. Sam