From nobody Thu Feb 24 06:02:02 2022 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 8FBB519D7B7A for ; Thu, 24 Feb 2022 06:02:19 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-vk1-xa2f.google.com (mail-vk1-xa2f.google.com [IPv6:2607:f8b0:4864:20::a2f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4K42P726gJz4lSk for ; Thu, 24 Feb 2022 06:02:19 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-vk1-xa2f.google.com with SMTP id f12so663442vkl.2 for ; Wed, 23 Feb 2022 22:02:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=z1Z/s+Yhv9LuivGzbo5VY7Wsfzj1h2T8ukDFjqDP9c4=; b=yDFcLg5N/x1VV2nJfUfqxq0z+FD6EiqDVL9I7ZxTacuFZ34/Z4UChrZjQNX6dPAQCP ec8uqDaBRZz3NPYm6icWLrizRF0dGCtZ9k6uTRGTd1aP6+qdmxJCaomODDnfhoYk+k2U j9HytgzzecnlYkuD9QWKBFbHEga7J1DHhUpbUn2ZDiE2vXiI9DNxyWOqnTlIEAdE+c0g f377XAi8nlAOBwSom//Nze6FVcPtFKAVmQxuqeMXEWL3Gx+Bdl2Q37HTA7aDcaJbCe44 5NaNPrrLj6i74P3k5ojf7wQkst7mtXrXMQ0iXuZHNT6Vq3o5VBDVL6/ilAcq7/nem0HW yZzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z1Z/s+Yhv9LuivGzbo5VY7Wsfzj1h2T8ukDFjqDP9c4=; b=784/r4fYO/ono03/ZBbl5cX/+RfbzPb8CiZ7TV1n/NLuJxIpPtmy8zTa/7X3q3zO2r tmB7gIhrVBEk9CRIHAZ7S1Vd4xcfx4lz2t/wpPhxONZwtMabI/hto2r+wdxKVbmZ8DQ2 +T13d4h1Hq1hZWt4+eTpHyE3KR9bW55refvxds8jVZT11Zqw7DsXTuSZzEu6+exCpaSP RRH+g7uGycqQdgposyQdPlGJmiHR31bsQbe0HWT+uY44L/0nxDd8AjMoPF+N5IGJrTM9 c8+xQU0y+3ItQMOW6fZwZ70agQl8NdJywQ+u044gA8/0vWMlgvJJXMQZvgUn9ItEyPBZ zHvw== X-Gm-Message-State: AOAM531vWqlRKCvOJeuZYCKSr1aUGfRWLVpZBeW1IG0j4THWbX7ZcuX8 DTQ1OWfcLSYjXawY8OROG+x+tV23FrY5O3lsGtv9fQ== X-Google-Smtp-Source: ABdhPJxaYZ/COX3QSi5fucnt9k7EJIQ1lQ+dm4uHyYnCFBmp22hOu06Cl6DMsHzRjQG79CnkJjbfJYJy+BX2szaaMYw= X-Received: by 2002:a05:6122:2229:b0:32d:1642:b58b with SMTP id bb41-20020a056122222900b0032d1642b58bmr396046vkb.27.1645682533369; Wed, 23 Feb 2022 22:02:13 -0800 (PST) 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 References: <202202231626.21NGQTHX080878@gitrepo.freebsd.org> In-Reply-To: From: Warner Losh Date: Wed, 23 Feb 2022 23:02:02 -0700 Message-ID: Subject: Re: git: 62d16ad37df7 - main - dtc.1: Mention the existence of -i flag To: Ed Maste Cc: Warner Losh , src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: multipart/alternative; boundary="000000000000d0a2a905d8bd5262" X-Rspamd-Queue-Id: 4K42P726gJz4lSk X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N --000000000000d0a2a905d8bd5262 Content-Type: text/plain; charset="UTF-8" On Wed, Feb 23, 2022 at 7:09 PM Ed Maste wrote: > On Wed, 23 Feb 2022 at 11:26, Warner Losh wrote: > > > > The branch main has been updated by imp: > > > > URL: > https://cgit.FreeBSD.org/src/commit/?id=62d16ad37df7d9efb6e329c9e7ca1fc3975a1966 > > > > commit 62d16ad37df7d9efb6e329c9e7ca1fc3975a1966 > > Author: Jose Luis Duran > > AuthorDate: 2022-02-19 13:43:18 +0000 > > Commit: Warner Losh > > CommitDate: 2022-02-23 16:25:30 +0000 > > > > dtc.1: Mention the existence of -i flag > > Despite not being in contrib/ dtc is maintained with > https://github.com/davidchisnall/dtc as an upstream - it would be good > to submit these changes as a pull request there. > Done, but it was harder than it should have been since I had a gnu dtc repo on github already and much hilarity ensued before I realized it wasn't the fork I created for this. Warner --000000000000d0a2a905d8bd5262 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Wed, Feb 23, 2022 at 7:09 PM Ed Ma= ste <carpeddiem@gmail.com>= ; wrote:
On Wed,= 23 Feb 2022 at 11:26, Warner Losh <imp@freebsd.org> wrote:
>
> The branch main has been updated by imp:
>
> URL: https://= cgit.FreeBSD.org/src/commit/?id=3D62d16ad37df7d9efb6e329c9e7ca1fc3975a1966<= /a>
>
> commit 62d16ad37df7d9efb6e329c9e7ca1fc3975a1966
> Author:=C2=A0 =C2=A0 =C2=A0Jose Luis Duran <
jlduran@gmail.com>
> AuthorDate: 2022-02-19 13:43:18 +0000
> Commit:=C2=A0 =C2=A0 =C2=A0Warner Losh <imp@FreeBSD.org>
> CommitDate: 2022-02-23 16:25:30 +0000
>
>=C2=A0 =C2=A0 =C2=A0dtc.1: Mention the existence of -i flag

Despite not being in contrib/ dtc is maintained with
https://github.com/davidchisnall/dtc as an upstream - it wo= uld be good
to submit these changes as a pull request there.

<= /div>
Done, but it was harder than it should have been since I had a gn= u dtc repo on github already and much hilarity ensued before I realized it = wasn't the fork I created for this.

Warner
--000000000000d0a2a905d8bd5262--