Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp1749585ybg; Sat, 19 Oct 2019 01:40:51 -0700 (PDT) X-Google-Smtp-Source: APXvYqz/pX6ds3dcSkl5i1V3K0Zs27zJv0lcb7BRY+a1ZdM5l82kIMKpJwdcv8FoG3aAX6f+qCvp X-Received: by 2002:a50:ec91:: with SMTP id e17mr13749416edr.169.1571474451771; Sat, 19 Oct 2019 01:40:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571474451; cv=none; d=google.com; s=arc-20160816; b=a4yN4t/qz1xTzli25LXrhrWhpZO6MlnzsZ7HEj7LZmm/2LbZ4aZkDQuB8oc3DQUKkQ IGFkpJ3KhGSWPSU6HebcM2MigqHmPBjFrCHT++1Isu6qVvnQgcEb3mAKcOBKt3e0j7VW 6lxR82Dq3DMw1AcvJ8yhD9LX8sqItAuvLvki26C/W/mCs8u+0wpebEaGFc1R/PRaq02h YOIRNdFrv9VjyokkgJNJVicExRkGMYFi07lnNW6fCPg9XTgK/wQU/bv2HrQsZPX9CO5i PMA5/whDrKZ+5GFrYWFdih5bdKKS4cS6ZT97R3V1g/1T9PRTxp1Ro+y1bLZH8F5auuiZ d1hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Q6IG5KTiNSfg0vGbd98r08uM8slV5oscKIvDLi9NdgM=; b=KsxxLTz/nHyLMqqhaEzZnOYqWAY4HclmrCLdxeyuKCIUgAzOuIwo1kcsuHxSaGeIKZ z/pedqV3i8RJkIaFe3958f1JXObkFBC/0mJvTYHR6LA7U5BZRSfrBxDMlMwLoYpvSxbi y5VHG/f9zFYVPzys8DleQDyz34x+TAjlVIuZYNkBFdd29+fl9GzB9TBVyy9sBijPOtb+ j1B+fdGSJv5D5e5M6yHiEZ9H5YMTB+vKRzRo2Zl8yniz/dbcHXRlqkW5hc0tCXY3GUF+ nHdQJ4EG9AuhMnjE6MA3zNvwKn1kdqD6zjzbgapApXzNfzjZ1nurbt0Env0wnbvW/33O JUpg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k16si5026153ejo.7.2019.10.19.01.40.28; Sat, 19 Oct 2019 01:40:51 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389263AbfJRQQX (ORCPT + 99 others); Fri, 18 Oct 2019 12:16:23 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:56824 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726520AbfJRQQX (ORCPT ); Fri, 18 Oct 2019 12:16:23 -0400 Received: from callcc.thunk.org (guestnat-104-133-0-98.corp.google.com [104.133.0.98] (may be forged)) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x9IGFm1F012637 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 18 Oct 2019 12:15:48 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id D0DDB420458; Fri, 18 Oct 2019 12:15:47 -0400 (EDT) Date: Fri, 18 Oct 2019 12:15:47 -0400 From: "Theodore Y. Ts'o" To: Vegard Nossum Cc: Santiago Torres Arias , Willy Tarreau , workflows@vger.kernel.org, Git Mailing List , LKML , Konstantin Ryabitsev , Eric Wong Subject: Re: email as a bona fide git transport Message-ID: <20191018161547.GG21137@mit.edu> References: <20191016111009.GE13154@1wt.eu> <20191016144517.giwip4yuaxtcd64g@LykOS.localdomain> <56664222-6c29-09dc-ef78-7b380b113c4a@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56664222-6c29-09dc-ef78-7b380b113c4a@oracle.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 18, 2019 at 04:27:48PM +0200, Vegard Nossum wrote: > commit ac30b08065cd55362a7244a3bbc8df3563cefaaa > tree 8f09d9d6ed78f8617b2fe54fe9712990ba808546 > parent 108b97dc372828f0e72e56bbb40cae8e1e83ece6 > author Vegard Nossum 1570284959 +0200 > committer Vegard Nossum 1571408340 +0200 > gpgsig -----BEGIN PGP SIGNATURE----- ... Would it perhaps be possible to put some or all of these headers after the patch, as a set of "trailers"? That would make it easier for human readers of the e-mail to get the bits that they most care about.... namely, the patch itself. :-) If we move the PGP signature to the end, then the fact that it is so big and bulky becomes much less of an issue. A mini-sig might still be a cool thing, from a space savings perspective both in the mail archives, and in the git repo itself, if we start signing all commits. But that seems like a separable issue. Thanks, - Ted