From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Rast Subject: Re: [ANNOUNCE] Git 1.7.10 Date: Tue, 10 Apr 2012 21:11:12 +0200 Message-ID: <878vi3mmgf.fsf@thomas.inf.ethz.ch> References: <7v1uo01ta1.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Junio C Hamano , , Linux Kernel To: Jakub Narebski X-From: linux-kernel-owner@vger.kernel.org Tue Apr 10 21:11:32 2012 Return-path: Envelope-to: glk-linux-kernel-3@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SHgTQ-0000CB-Tl for glk-linux-kernel-3@plane.gmane.org; Tue, 10 Apr 2012 21:11:29 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758985Ab2DJTLS (ORCPT ); Tue, 10 Apr 2012 15:11:18 -0400 Received: from edge10.ethz.ch ([82.130.75.186]:42863 "EHLO edge10.ethz.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752289Ab2DJTLQ (ORCPT ); Tue, 10 Apr 2012 15:11:16 -0400 Received: from CAS22.d.ethz.ch (172.31.51.112) by edge10.ethz.ch (82.130.75.186) with Microsoft SMTP Server (TLS) id 14.2.283.3; Tue, 10 Apr 2012 21:11:12 +0200 Received: from thomas.inf.ethz.ch.ethz.ch (188.155.176.28) by CAS22.d.ethz.ch (172.31.51.112) with Microsoft SMTP Server (TLS) id 14.1.355.2; Tue, 10 Apr 2012 21:11:13 +0200 In-Reply-To: (Jakub Narebski's message of "Tue, 10 Apr 2012 11:43:46 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Originating-IP: [188.155.176.28] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Archived-At: Jakub Narebski writes: > Junio C Hamano writes: > >> Git v1.7.10 Release Notes >> ========================= >> >> Compatibility Notes >> ------------------- > [...] >> * The "--binary/-b" options to "git am" have been a no-op for quite a >> while and were deprecated in mid 2008 (v1.6.0). When you give these >> options to "git am", it will now warn and ask you not to use them. > [...] >> Updates since v1.7.9 >> -------------------- > [...] >> * "git am" learned to pass "-b" option to underlying "git mailinfo", so >> that a bracketed string other than "PATCH" at the beginning can be kept. > > So how it is in 1.7.10? Is "git am -b ..." a no-op, now showing > deprecation notice, or does it pass "-b" to "git mailinfo" to limit > stripping of bracketed strings to those containing the word "PATCH"? The option to pass down -b from git-am is called --keep-non-patch. The deprecation of -b is meant to let us call it -b for convenience in a later release. -- Thomas Rast trast@{inf,student}.ethz.ch