From nobody Fri Nov 19 15:31:29 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EFC29189EB67; Fri, 19 Nov 2021 15:31:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hwgcg6Y8Jz3nC2; Fri, 19 Nov 2021 15:31:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from John-Baldwins-MacBook-Pro.local (ralph.baldwin.cx [66.234.199.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jhb) by smtp.freebsd.org (Postfix) with ESMTPSA id 54CC65104; Fri, 19 Nov 2021 15:31:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 964035c409b1 - main - git-arc: with "create" allow to specify parent of the first commit To: Gleb Smirnoff , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202111190250.1AJ2ooFO095002@gitrepo.freebsd.org> From: John Baldwin Message-ID: Date: Fri, 19 Nov 2021 07:31:29 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 In-Reply-To: <202111190250.1AJ2ooFO095002@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-ThisMailContainsUnwantedMimeParts: N On 11/18/21 6:50 PM, Gleb Smirnoff wrote: > The branch main has been updated by glebius: > > URL: https://cgit.FreeBSD.org/src/commit/?id=964035c409b1b7229c7bc0220e7455e4a038ed4b > > commit 964035c409b1b7229c7bc0220e7455e4a038ed4b > Author: Gleb Smirnoff > AuthorDate: 2021-11-19 02:49:20 +0000 > Commit: Gleb Smirnoff > CommitDate: 2021-11-19 02:49:20 +0000 > > git-arc: with "create" allow to specify parent of the first commit > > Reviewed by: markj > Differential revision: https://reviews.freebsd.org/D33045 Neat! -- John Baldwin