From nobody Tue Nov 16 16:55:39 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 4D48D189FC66; Tue, 16 Nov 2021 16:55:41 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 4Htsd91jlkz4n2N; Tue, 16 Nov 2021 16:55:41 +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 9E88222F6; Tue, 16 Nov 2021 16:55:40 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Subject: Re: git: 406feaa862d7 - main - Initial clean up the language in the manual pages. To: "George V. Neville-Neil" , src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org References: <202111161400.1AGE0iaJ026333@gitrepo.freebsd.org> From: John Baldwin Message-ID: Date: Tue, 16 Nov 2021 08:55:39 -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: <202111161400.1AGE0iaJ026333@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/16/21 6:00 AM, George V. Neville-Neil wrote: > The branch main has been updated by gnn: > > URL: https://cgit.FreeBSD.org/src/commit/?id=406feaa862d702d17ac3e8df096cfe22cdb7091a > > commit 406feaa862d702d17ac3e8df096cfe22cdb7091a > Author: George V. Neville-Neil > AuthorDate: 2021-11-10 06:38:36 +0000 > Commit: George V. Neville-Neil > CommitDate: 2021-11-10 18:09:18 +0000 > > Initial clean up the language in the manual pages. > > Summary: The manual pages need a bit of editing for language and clarity. > > Reviewers: oshogbo, #manpages > > Subscribers: imp > > Differential Revision: https://reviews.freebsd.org/D32976 Note that we don't quite use 'arc land' directly. You can use 'git arc stage' as an alternative to pull relevant info from phab into your commit message. We also rewrite history to squash fixup commits (such as your two later followups) into the main commit using 'git rebase' or the like before pushing to the tree to keep the history clean and make history as bisectable as possible. -- John Baldwin