From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Junio C Hamano To: Jonathan Nieder Cc: Thomas Rast , Willy Tarreau , 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) References: <20120312002046.041448832@1wt.eu> <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> Date: Mon, 12 Mar 2012 11:04:23 -0700 In-Reply-To: <20120312165703.GB18791@burratino> (Jonathan Nieder's message of "Mon, 12 Mar 2012 11:57:03 -0500") Message-ID: <7vvcm9snko.fsf@alter.siamese.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: Jonathan Nieder writes: > Thomas Rast wrote: > >> The problem with -b is that it's a backwards-compatibility shorthand for >> --binary, which used to pass --allow-binary-replacement (or --binary) to >> git-apply. However, that option was obsoleted in 2b6eef9 (Make apply >> --binary a no-op., 2006-09-06) and has been a no-op for over 5 years. >> It has also not been documented since cb3a160 (git-am: ignore --binary >> option, 2008-08-09). >> >> 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.