From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6EE38C433ED for ; Tue, 20 Apr 2021 15:51:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B168613B0 for ; Tue, 20 Apr 2021 15:51:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233019AbhDTPwT (ORCPT ); Tue, 20 Apr 2021 11:52:19 -0400 Received: from mav.lukeshu.com ([104.207.138.63]:58020 "EHLO mav.lukeshu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232987AbhDTPwQ (ORCPT ); Tue, 20 Apr 2021 11:52:16 -0400 Received: from lukeshu-dw-thinkpad (unknown [8.42.69.49]) by mav.lukeshu.com (Postfix) with ESMTPSA id 16FBA80590; Tue, 20 Apr 2021 11:51:43 -0400 (EDT) Date: Tue, 20 Apr 2021 09:51:43 -0600 Message-ID: <87wnsxosxc.wl-lukeshu@lukeshu.com> From: Luke Shumaker To: git@vger.kernel.org Cc: Luke Shumaker , Junio C Hamano , Elijah Newren , Jeff King , Johannes Schindelin , =?UTF-8?B?Tmd1eeG7hW4g?= =?ISO-8859-1?Q?Th=E1i_?= =?UTF-8?B?Tmfhu41j?= Duy Subject: Re: [PATCH 3/3] fast-export, fast-import: implement signed-commits In-Reply-To: <20210419225441.3139048-4-lukeshu@lukeshu.com> References: <20210419225441.3139048-1-lukeshu@lukeshu.com> <20210419225441.3139048-4-lukeshu@lukeshu.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, 19 Apr 2021 16:54:41 -0600, Luke Shumaker wrote: > On the fast-import side, I'm not entirely sure that I got the ordering > correct between "gpgsig" and "encoding" when generating the commit > object. Whoops, I forgot to take that out of the commit message; I did check the ordering before submitting the patch. -- Happy hacking, ~ Luke Shumaker