Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755425Ab3J1BwZ (ORCPT ); Sun, 27 Oct 2013 21:52:25 -0400 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:63482 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755055Ab3J1BwX (ORCPT ); Sun, 27 Oct 2013 21:52:23 -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=A92eJCOmHUw0G9Ce2iygCjjtnC+DNLPJ uowes5iH5v7Xnp7uSTfujQ+BnHvtnevOrAERysNCFUGIe2urj2qwGw+9YnTqestk e8Utm2GZjDZTs8yWNJFEKcGUtZIo0mSJPCW9ltyWkvvR0p4x5KsvtUMfGdX41fXQ c02K8GE7E/0= From: Junio C Hamano To: Josh Triplett Cc: git@vger.kernel.org, Dan Carpenter , Greg KH , ksummit-2013-discuss@lists.linuxfoundation.org, ksummit-attendees@lists.linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] commit: Add -f, --fixes option to add Fixes: line References: <20131024122255.GI9378@mwanda> <20131024122512.GB9534@mwanda> <20131026181709.GB10488@kroah.com> <20131027013402.GA7146@leaf> Date: Sun, 27 Oct 2013 18:52:18 -0700 In-Reply-To: <20131027013402.GA7146@leaf> (Josh Triplett's message of "Sun, 27 Oct 2013 01:34:02 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 95B4CA4E-3F73-11E3-98EB-8F264F2CC097-77302942!b-pb-sasl-quonix.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 21 There are unbound number of kinds of trailers people would want to add, depending on their projects' needs. We should not have to add a specific support for a tailer like this one, before thinking through to see if we can add generic support for adding arbitrary trailers to avoid code and interface bloat. Think of the existing --signoff as a historical mistake. Such a generic "adding arbitrary trailers" support, when done properly, should be able to express what "--signoff" does, and we should be able to redo "--signoff" as a special case of that generic "adding arbitrary trailers" support, and at that point, "Fixes:" trailer the kernel project wants to use should fall out as a natural consequence. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/