From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760751AbcHaSLV (ORCPT ); Wed, 31 Aug 2016 14:11:21 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:55343 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758839AbcHaSLR (ORCPT ); Wed, 31 Aug 2016 14:11:17 -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=VtxYlW6E+HN0ITO6AVNK2ll7LXFinchR uia9HlEN9vliYoYQbc4eEz7MvgVxp08gQP3Z745FPgKWgnwDourr/7nasb+Wkci+ 01ZtFfuT/HhHxB7169Hx69SRmWiorkYTgkxTi6qdHds/I0WR6OGXlN5bG9jJe/Xa aA0LSXiZqIA= From: Junio C Hamano To: Joe Perches Cc: git@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] git-send-email: Add ability to cc: any "trailers" from commit message References: <1472666194.4176.17.camel@perches.com> Date: Wed, 31 Aug 2016 11:11:13 -0700 In-Reply-To: <1472666194.4176.17.camel@perches.com> (Joe Perches's message of "Wed, 31 Aug 2016 10:56:34 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 4EAF3F24-6FA6-11E6-BEFE-51057B1B28F4-77302942!pb-smtp2.pobox.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Joe Perches writes: > On Wed, 2016-08-31 at 10:54 -0700, Junio C Hamano wrote: >> Joe Perches writes: >> >> > >> > Many commits have various forms of trailers similar to >> > "Acked-by: Name
" and "Reported-by: Name
" >> > >> > Add the ability to cc these trailers when using git send-email. >> I thought you were asking what we call these " followed by >> " at the end of the log message, and "footers or trailers" >> was the answer. >> >> I do not have a strong objection against limiting to "-by:" lines; >> for one thing, it would automatically avoid having to worry about >> "Bug-ID:" and other trailers that won't have e-mail address at all. >> >> But if you are _only_ picking up "-by:" lines, then calling this >> option "trailers" is way too wide and confusing. I do not think >> there is any specific name for "-by:" lines, though. Perhaps you >> would need to invent some name that has "-by" as a substring. >> >> "any-by"? or just "by"? I dunno. > > Signatures? Helped-by: and Reported-by: are often written by the author of the patch and not by those who helped or reported, so calling them signatures imply the author is forging them, too ;-) I dunno. Any name that hints that this applies only to the trailers that ends with "-by" is fine but "Signatures-by" does not sound very grammatical.