From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759402Ab2CMSWO (ORCPT ); Tue, 13 Mar 2012 14:22:14 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:64435 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758733Ab2CMSWM (ORCPT ); Tue, 13 Mar 2012 14:22:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=dCPwn+DNsD2oL/sORcJ0ED4VGuVhEeXc pwEDd/QiR/cQKCtSMFZxRi2vIlWHaq+4+0wLRTAchqffA6Pc1HlRfeKkLwdI4RkQ VmbcgP/E2GE8uy21EwP8kuVxsNwL0XjB5mF0Ca+igR7iccynY8cEkrVaDi9+hET5 Um/ftjugYqY= 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 Subject: Re: [PATCH] git-am: error out when seeing -b/--binary References: <20120312152453.GB12405@1wt.eu> <87aa3l4vqq.fsf@thomas.inf.ethz.ch> <20120312165703.GB18791@burratino> <7vvcm9snko.fsf@alter.siamese.dyndns.org> <87399dpk48.fsf@thomas.inf.ethz.ch> <20120312215607.GB11362@burratino> <874ntto4t8.fsf@thomas.inf.ethz.ch> <20120312222227.GC11362@burratino> <87fwdcldqj.fsf@thomas.inf.ethz.ch> <7v62e8la9y.fsf@alter.siamese.dyndns.org> <20120313175158.GA6653@burratino> Date: Tue, 13 Mar 2012 11:22:10 -0700 In-Reply-To: <20120313175158.GA6653@burratino> (Jonathan Nieder's message of "Tue, 13 Mar 2012 12:51:58 -0500") Message-ID: <7vipi8wect.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 73AB9580-6D39-11E1-8F14-9DB42E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jonathan Nieder writes: >> I really don't think it is a good idea to avoid mentioning 1.6.0, at >> which we *removed* description of the option in our manual pages and >> from the "git am -h" help message. How much more active deprecation >> would a user want? > > A warning when the option is used or a mention in the release notes. Ok, then we should probably instead do these two starting at 1.7.10 ("the official deprecation date"), and then start erroring out on "-b" three cycles after that.