git: 31cae8b87e - main - Committer's Guide: suggest skipping section, not whole document

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Tue, 18 Jul 2023 23:15:52 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/doc/commit/?id=31cae8b87e860b502f17dbdee8f94819f48bda03

commit 31cae8b87e860b502f17dbdee8f94819f48bda03
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-07-18 15:41:47 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-07-18 23:15:43 +0000

    Committer's Guide: suggest skipping section, not whole document
    
    5.2.8. Managing Local Changes said "you can stop reading now" if one has
    no local changes, but later sections are still important (MFCs, Vendor
    Imports).
    
    Sponsored by:   The FreeBSD Foundation
---
 documentation/content/en/articles/committers-guide/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 04ab91b891..52bbb7f694 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -705,7 +705,7 @@ Another blank line should be added if there are any metadata fields, so that the
 
 ==== Managing Local Changes
 This section addresses tracking local changes.
-If you have no local changes, you can stop reading now (it is the last section and OK to skip).
+If you have no local changes you can skip this section.
 
 One item that is important for all of them: all changes are local until pushed.
 Unlike Subversion, Git uses a distributed model.