Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2023 20:15:47 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: bdef75725a - main - Committer's Guide: indicate that ${repo} must be expanded
Message-ID:  <202307212015.36LKFlTu074073@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit bdef75725a09e0f17baeb188825cefbcd17dfb92
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-07-18 15:33:48 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-07-21 20:14:40 +0000

    Committer's Guide: indicate that ${repo} must be expanded
    
    Reviewed by:    lwhsu
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D41065
    
    fixup turn note into note
---
 documentation/content/en/articles/committers-guide/_index.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc
index 52bbb7f694..78063dbe0d 100644
--- a/documentation/content/en/articles/committers-guide/_index.adoc
+++ b/documentation/content/en/articles/committers-guide/_index.adoc
@@ -341,6 +341,11 @@ This section describes the read-write access for committers to push the commits
 [[git-mini-daily-use]]
 ===== Daily use
 
+[NOTE]
+====
+In the examples below, replace `${repo}` with the name of the desired FreeBSD repository: `doc`, `ports`, or `src`.
+====
+
 * Clone the repository:
 +
 [source,shell]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307212015.36LKFlTu074073>