From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 45F8E1F4B4 for ; Tue, 15 Sep 2020 23:21:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727206AbgIOXVI (ORCPT ); Tue, 15 Sep 2020 19:21:08 -0400 Received: from forward5-smtp.messagingengine.com ([66.111.4.239]:38789 "EHLO forward5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727355AbgIOXVC (ORCPT ); Tue, 15 Sep 2020 19:21:02 -0400 X-Greylist: delayed 479 seconds by postgrey-1.27 at vger.kernel.org; Tue, 15 Sep 2020 19:21:01 EDT Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailforward.nyi.internal (Postfix) with ESMTP id C0A30194164A for ; Tue, 15 Sep 2020 19:12:58 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Tue, 15 Sep 2020 19:12:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=jXJTM3reQhYDMLhd2ywm4JoIWOmw0Y0ehGjSuZJR0 4g=; b=q+0yQ5iNvUIVK5uvyy91SQtehMDYHiTGBn6zpY+IegOJWAo8VbcHuck0u lTs2occr/w4ve+5ut9+yJUKXfQ0IrCIql68ZU2P3Jd0Al8FpKZCx2jI5HEUEb6HQ NjH6dmhuN0vkM70AGIF+r/Dn6aZhx80InNcJEPypK47KOPk1VB0lfNV38hkeR9r1 79xP/oJ6jlboFd7eMbg9awyhKClfCfOCswLVggmth5Y1Kx/6hfkDLpkmvrTbaBTv Qp84He+tFithHGklJP4RIEI6fxUJG8R6oDuYeQRuPfsirOZKhxxQ9U9x2v923Rbo yZflQhoc1TG7DWYSzo1tQ6ifdtO1Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrtddugdduudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesthejre dttdefjeenucfhrhhomhepvehonhhorhcuffgrvhhishcuoehgihhtsegtohhnohhrrdhf rghsthhmrghilhdrfhhmqeenucggtffrrghtthgvrhhnpeefveejveejvdetffehgfefud etueefkeeiieevhfduheefkeegveehveejtdegfeenucffohhmrghinhepghhithhhuhgs rdgtohhmnecukfhppeejvddrudejjedrfedtrdduudeknecuvehluhhsthgvrhfuihiivg eptdenucfrrghrrghmpehmrghilhhfrhhomhepghhithestghonhhorhdrfhgrshhtmhgr ihhlrdhfmh X-ME-Proxy: Received: from [192.168.233.10] (072-177-030-118.res.spectrum.com [72.177.30.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 70B5B3064674 for ; Tue, 15 Sep 2020 19:12:58 -0400 (EDT) Subject: Re: [PATCH] commit-graph-format.txt: fix no-parent value To: git@vger.kernel.org References: <20200915042607.GA19144@nand.local> <8ff4e93a-7291-3093-2f79-9e98236c11f7@gmail.com> From: Conor Davis Message-ID: <7107abb6-e957-da69-5f64-ed6eeb16f14f@fastmail.fm> Date: Tue, 15 Sep 2020 18:12:57 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <8ff4e93a-7291-3093-2f79-9e98236c11f7@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 9/15/20 7:16 AM, Derrick Stolee wrote: > On 9/15/2020 12:26 AM, Taylor Blau wrote: >> For what it's worth, I can hardly blame the author of a9aa3c0927, > I can! > > Thanks for noticing the doc bug. May I ask why you were looking > at the format document so closely? Are you working on a new > implementation? Yes, I'm adding commit-graph support to gitoxide: https://github.com/Byron/gitoxide/pull/21 -Conor