From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756463Ab2CLSu2 (ORCPT ); Mon, 12 Mar 2012 14:50:28 -0400 Received: from 1wt.eu ([62.212.114.60]:63206 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756410Ab2CLSu1 (ORCPT ); Mon, 12 Mar 2012 14:50:27 -0400 Date: Mon, 12 Mar 2012 19:50:08 +0100 From: Willy Tarreau To: Junio C Hamano Cc: Jonathan Nieder , Thomas Rast , Greg KH , Ben Hutchings , linux-kernel@vger.kernel.org, stable@vger.kernel.org, git@vger.kernel.org, Thomas Rast Subject: Re: stripping [PATCH] without losing later tags from mailed patches (Re: [ 02/12] Remove COMPAT_IA32 support) Message-ID: <20120312185008.GH12405@1wt.eu> References: <1331514446.3022.140.camel@deadeye> <20120312024948.GB4650@kroah.com> <20120312063027.GB8971@1wt.eu> <20120312064855.GB16820@burratino> <20120312085820.GA11569@1wt.eu> <20120312152004.GB9380@kroah.com> <20120312152453.GB12405@1wt.eu> <87aa3l4vqq.fsf@thomas.inf.ethz.ch> <20120312165703.GB18791@burratino> <7vvcm9snko.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7vvcm9snko.fsf@alter.siamese.dyndns.org> User-Agent: Mutt/1.4.2.3i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 12, 2012 at 11:04:23AM -0700, Junio C Hamano wrote: > >> So perhaps we can safely claim -b for --keep-non-patch, like so: > > We can delete "git am -b" (as it was deprecated long time ago), wait > for a cycle or two, and then repurpose it. I do not mind starting > the first step (delete, but do not say anything about repurposing) > before 1.7.10-rc1 happens. >>From my user experience and what I see on a number of coworkers, users tend to make big jumps when they need a new feature, so in practice, not offering the option in a version or two would probably not affect most users, especially the ones still relying on the old behaviour. So I don't see much benefit in waiting for repurposing the option. Just my 2 cents, Willy