From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752022Ab2ALGmB (ORCPT ); Thu, 12 Jan 2012 01:42:01 -0500 Received: from mail-we0-f174.google.com ([74.125.82.174]:38915 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533Ab2ALGl6 convert rfc822-to-8bit (ORCPT ); Thu, 12 Jan 2012 01:41:58 -0500 MIME-Version: 1.0 In-Reply-To: References: <1326147171-13752-1-git-send-email-arnd@arndb.de> <7vty438575.fsf@alter.siamese.dyndns.org> <201201111812.46431.arnd@arndb.de> From: Linus Torvalds Date: Wed, 11 Jan 2012 22:41:36 -0800 X-Google-Sender-Auth: su1SX9P57QKCozH50zpyOFoWDzk Message-ID: Subject: Re: [GIT PULL 05/11] SoC-level changes for tegra and omap To: Geert Uytterhoeven Cc: Arnd Bergmann , Junio C Hamano , Russell King - ARM Linux , linux-kernel@vger.kernel.org, Olof Johansson , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 11, 2012 at 10:32 PM, Geert Uytterhoeven wrote: > > That's why you need two branches: >  1. a non-rebasing one for development, >  2. a rebasing one containing cherry-picked (possibly folded) commits for >     preparing for upstream delivery. Stop being a moron. Go back and read the "nobody can work with you". If you rebase for upstream delivery, then that means that everybody that works with you are workign with a tree that isn't ready for delivery, and that they cannot rely on. Just don't do it. If your tree is so ugly that you can't deliver it upstream, then don't deliver it sideways or downstream either. Keep it in your own pants, and don't make it public at all. Since nobody can trust it anyway, and since it isn't the final end result, why even bother? They can't rely on it, they can't work with it. So here's the *real* solution: - make sure your development tree is in good enough shape that you can make it public, and can ask me to pull it. It really is that simple. If you don't think it's in good enough shape, don't make it public. Linus