From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755422Ab2CLSB7 (ORCPT ); Mon, 12 Mar 2012 14:01:59 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:43825 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754057Ab2CLSB5 (ORCPT ); Mon, 12 Mar 2012 14:01:57 -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=oor4fZ1idcwp/G1BH9HUTocO4aLz5/uV sJXuxLY0RfsaeXVSUFW3tCWZvGV+2ZEmGDSkaHDofetctsA/MeiIprbqRbBbExNE KykmuFvCcdwb/U8+Q3pImE2JWj/CIlPyyEhrh2o7zhbEYy3YuGOU9iaWkQTYDowE pIHzSnEwoaY= From: Junio C Hamano To: Greg KH Cc: Willy Tarreau , Jonathan Nieder , 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> <7vfwddu60f.fsf@alter.siamese.dyndns.org> <20120312171257.GA25347@kroah.com> Date: Mon, 12 Mar 2012 11:01:55 -0700 In-Reply-To: <20120312171257.GA25347@kroah.com> (Greg KH's message of "Mon, 12 Mar 2012 10:12:57 -0700") Message-ID: <7vzkblsnos.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: 74CCB966-6C6D-11E1-A534-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 Greg KH writes: > Does the flag propagate from 'git quiltimport'? I didn't even know the script was shipped as part of the main Porcelain until I looked. I do not think anybody is maintaining it; the last update was from the 1.6.2 era. A tested patch from quilt stakeholders is very much welcomed. Thanks for bringing the script to my attention.